mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2025-02-16 18:00:35 +03:00
fix: removed --use-mirrors from pip
This commit is contained in:
parent
4246511fb1
commit
3b80fcbca9
|
@ -6,7 +6,7 @@ env:
|
||||||
- DJANGO=1.8.13
|
- DJANGO=1.8.13
|
||||||
- DJANGO=1.9.7
|
- DJANGO=1.9.7
|
||||||
install:
|
install:
|
||||||
- pip install -q Django==$DJANGO --use-mirrors
|
- pip install -q Django==$DJANGO
|
||||||
- pip install coveralls
|
- pip install coveralls
|
||||||
- pip install -r rest_auth/tests/requirements.pip
|
- pip install -r rest_auth/tests/requirements.pip
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user