Added cd to Travis script.
This commit is contained in:
+2
-1
@@ -11,4 +11,5 @@ install:
|
||||
- pip install -r sample_project/requirements.txt --use-mirrors
|
||||
|
||||
script:
|
||||
- python sample_project/manage.py test
|
||||
- cd sample_project
|
||||
- python manage.py test
|
||||
|
||||
Reference in New Issue
Block a user