mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-22 17:16:34 +03:00
fix travis config file
This commit is contained in:
parent
4c9abe8043
commit
43257ec308
|
@ -13,8 +13,8 @@ matrix:
|
||||||
install:
|
install:
|
||||||
- pip install -q Django==$DJANGO --use-mirrors
|
- pip install -q Django==$DJANGO --use-mirrors
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
|
- pip install -r test_requirements.pip
|
||||||
script:
|
script:
|
||||||
- coverage run --source=rest_auth setup.py test
|
- coverage run --source=rest_auth setup.py test
|
||||||
after_success:
|
after_success:
|
||||||
- coveralls
|
- coveralls
|
||||||
install: "pip install -r test_requirements.pip"
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user