Skip to content

Commit a22705d

Browse files
committed
--use-mirrors was deprecated in 2015 i guess
1 parent e42699a commit a22705d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python:
99
- "3.6"
1010
# command to install dependencies
1111
install:
12-
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors unittest2; fi
12+
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
1313
- "pip install dill"
1414
- "python setup.py install"
1515
# command to run tests

0 commit comments

Comments
 (0)