From c989cfc78cc379380a2823d6f300ea11211faad2 Mon Sep 17 00:00:00 2001 From: micbou Date: Tue, 28 Apr 2015 19:16:54 +0200 Subject: [PATCH] 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9447e0c7..6b23680f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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