mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-25 10:33:45 +03:00
Fixed reqs path for travis
This commit is contained in:
parent
72062408aa
commit
afcf2a5043
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user