We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39a066e commit 0b4839fCopy full SHA for 0b4839f
.travis.yml
@@ -8,12 +8,12 @@ python:
8
9
sudo: false
10
11
-# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
+# command to install dependencies, e.g. pip install -r requirements.txt
12
# These packages only exist on Ubuntu 13.04 and newer:
13
# No dependencies currently unless using Python 2.6.
14
15
install:
16
- - if [[ $TRAVIS_PYTHON_VERSION == 2.6* ]]; then pip install -r requirements_py26.txt --use-mirrors; fi
+ - if [[ $TRAVIS_PYTHON_VERSION == 2.6* ]]; then pip install -r requirements_py26.txt; fi
17
- python setup.py install
18
19
# command to run tests, e.g. python setup.py test
0 commit comments