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

master
mutantmonkey 2016-03-06 14:42:23 -08:00
parent 23e9448c12
commit 1934dcc6d8
1 changed files with 1 additions and 1 deletions

View File

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