Remove deprecated --use-mirrors argument from pip

Pip no longer supports --use-mirrors since version 1.5. See
https://github.com/pypa/pip/pull/1098.
This commit is contained in:
micbou 2015-04-28 19:16:54 +02:00
parent 295769ccfd
commit c989cfc78c

View File

@ -5,5 +5,5 @@ python:
before_install: before_install:
- git submodule update --init --recursive - git submodule update --init --recursive
install: install:
- pip install -r python/test_requirements.txt --use-mirrors - pip install -r python/test_requirements.txt
script: ./run_tests.sh script: ./run_tests.sh