8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentatio 8000 n.
There was an error while loading. Please reload this page.
1 parent c36197d commit 18bd38aCopy full SHA for 18bd38a
requirements-install.sh
@@ -5,16 +5,16 @@ if [[ $USE_OPTIONAL != "true" && $USE_OPTIONAL != "false" ]]; then
5
exit 1
6
fi
7
8
-pip install -r requirements-test.txt --use-mirrors
+pip install -r requirements-test.txt
9
10
if [[ $USE_OPTIONAL == "true" && $TRAVIS_PYTHON_VERSION != "pypy" ]]; then
11
if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then
12
- pip install -r requirements-optional-2.6.txt --use-mirrors
+ pip install -r requirements-optional-2.6.txt
13
else
14
- pip install -r requirements-optional-cpython.txt --use-mirrors
+ pip install -r requirements-optional-cpython.txt
15
16
17
18
if [[ $FLAKE == "true" ]]; then
19
- pip install --use-mirrors flake8
+ pip install flake8
20
0 commit comments