Added cd to Travis script.
parent
31780a672a
commit
3cfba9164a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue