Added cd to Travis script.

This commit is contained in:
Brandon Taylor 2014-09-06 15:15:14 -04:00
parent 31780a672a
commit 3cfba9164a

View file

@ -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