Travis-CI: drop --use-mirrors from pip install

This commit is contained in:
mutantmonkey
2016-03-06 14:42:23 -08:00
parent 23e9448c12
commit 1934dcc6d8

View File

@@ -7,5 +7,5 @@ python:
- 3.4 - 3.4
- 3.5 - 3.5
install: install:
- pip install -r requirements.txt --use-mirrors - pip install -r requirements.txt
script: nosetests script: nosetests