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 f342e67 commit 86848a3Copy full SHA for 86848a3
.travis.yml
@@ -19,7 +19,7 @@ before_install:
19
20
install:
21
- pip install -r requirements.txt
22
- - pip install httpretty pylint coveralls
+ - pip install httpretty==0.6.5 pylint coveralls
23
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2 ipaddr; fi
24
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install ipaddr; fi
25
0 commit comments