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:
parent
295769ccfd
commit
c989cfc78c
@ -5,5 +5,5 @@ python:
|
||||
before_install:
|
||||
- git submodule update --init --recursive
|
||||
install:
|
||||
- pip install -r python/test_requirements.txt --use-mirrors
|
||||
- pip install -r python/test_requirements.txt
|
||||
script: ./run_tests.sh
|
||||
|
Loading…
Reference in New Issue
Block a user