Merge pull request #1508 from micbou/pip
Remove deprecated --use-mirrors argument from pip
This commit is contained in:
commit
dfe7405cfd
@ -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