Fixed reqs path for travis

This commit is contained in:
mario 2015-12-04 09:43:17 +01:00
parent 72062408aa
commit afcf2a5043

View File

@ -7,7 +7,7 @@ env:
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install coveralls
- pip install -r tests/requirements.pip
- pip install -r rest_auth/tests/requirements.pip
script:
- coverage run --source=rest_auth setup.py test
after_success: