Skip to content

Commit d2ee457

Browse files
committed
Have Travis install HTTPretty from our repo for now
1 parent 8d826dc commit d2ee457

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ python:
88
script: nosetests
99
install:
1010
- pip install -r requirements.txt
11+
- pip install git+https://github.com/maxmind/HTTPretty.git
1112
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi
1213
notifications:
1314
email:

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
httpretty
21
requests

0 commit comments

Comments
 (0)