We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e42699a commit a22705dCopy full SHA for a22705d
.travis.yml
@@ -9,7 +9,7 @@ python:
9
- "3.6"
10
# command to install dependencies
11
install:
12
- - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install --use-mirrors unittest2; fi
+ - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
13
- "pip install dill"
14
- "python setup.py install"
15
# command to run tests
0 commit comments