Remove deprecated '--use-mirrors' pip option

This commit is contained in:
Slavek Kabrda
2015-10-06 15:26:24 +02:00
parent 6759a5b649
commit 2f262cb9c0
+1 -1
View File
@@ -7,7 +7,7 @@ python:
- "3.5"
install:
- pip install -r requirements.txt --use-mirrors
- pip install -r requirements.txt
- pip install nose
script: nosetests