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 8d826dc commit d2ee457Copy full SHA for d2ee457
.travis.yml
@@ -8,6 +8,7 @@ python:
8
script: nosetests
9
install:
10
- pip install -r requirements.txt
11
+ - pip install git+https://github.com/maxmind/HTTPretty.git
12
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
13
notifications:
14
email:
requirements.txt
@@ -1,2 +1 @@
1
-httpretty
2
requests
0 commit comments