Fix Travis build for Python 3.5 by removing the pip --use-mirrors option

This commit is contained in:
Bastian Kleineidam 2015-12-09 11:50:44 +01:00
parent c225a879e2
commit 09dd1f1d4a
1 changed files with 1 additions and 1 deletions

View File

@ -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: