Skip to content

Commit 0b4839f

Browse files
author
Jordan Adler
committed
Remove use-mirrors flag from pip invocation in travis
1 parent 39a066e commit 0b4839f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ python:
88

99
sudo: false
1010

11-
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
11+
# command to install dependencies, e.g. pip install -r requirements.txt
1212
# These packages only exist on Ubuntu 13.04 and newer:
1313
# No dependencies currently unless using Python 2.6.
1414

1515
install:
16-
- if [[ $TRAVIS_PYTHON_VERSION == 2.6* ]]; then pip install -r requirements_py26.txt --use-mirrors; fi
16+
- if [[ $TRAVIS_PYTHON_VERSION == 2.6* ]]; then pip install -r requirements_py26.txt; fi
1717
- python setup.py install
1818

1919
# command to run tests, e.g. python setup.py test

0 commit comments

Comments
 (0)