Merge pull request #1508 from micbou/pip

Remove deprecated --use-mirrors argument from pip
This commit is contained in:
Val Markovic 2015-05-19 21:44:14 -07:00
commit dfe7405cfd

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