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