Fix Travis build for Python 3.5 by removing the pip --use-mirrors option
This commit is contained in:
parent
c225a879e2
commit
09dd1f1d4a
|
@ -21,7 +21,7 @@ before_install:
|
||||||
|
|
||||||
# command to install dependencies
|
# command to install dependencies
|
||||||
install:
|
install:
|
||||||
- pip install -r requirements.txt --use-mirrors
|
- pip install -r requirements.txt
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script: make test PYTESTOPTS=-s
|
script: make test PYTESTOPTS=-s
|
||||||
#notifications:
|
#notifications:
|
||||||
|
|
Loading…
Reference in New Issue