Skip to content

Commit

Permalink
Testing restructured.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippbosch committed Dec 22, 2013
1 parent b007f10 commit 488639c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install . --use-mirrors
script:
- python example/manage.py test geoposition
- python manage.py test geoposition
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
'django.contrib.messages',
'django.contrib.staticfiles',
'geoposition',
'locations',
)

MIDDLEWARE_CLASSES = (
Expand Down
2 changes: 1 addition & 1 deletion example/manage.py → manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import sys

if __name__ == "__main__":
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "example.settings")
os.environ.setdefault("DJANGO_SETTINGS_MODULE", "geoposition.tests.settings")

from django.core.management import execute_from_command_line

Expand Down

0 comments on commit 488639c

Please sign in to comment.