fix: removed --use-mirrors from pip

This commit is contained in:
mario 2016-08-31 18:09:01 +02:00
parent 4246511fb1
commit 3b80fcbca9

View File

@ -6,7 +6,7 @@ env:
- DJANGO=1.8.13
- DJANGO=1.9.7
install:
- pip install -q Django==$DJANGO --use-mirrors
- pip install -q Django==$DJANGO
- pip install coveralls
- pip install -r rest_auth/tests/requirements.pip
matrix: