Skip to content

Commit 86848a3

Browse files
committed
Install old version of httpretty. 0.7.0 seems to have bugs.
1 parent f342e67 commit 86848a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ before_install:
1919

2020
install:
2121
- pip install -r requirements.txt
22-
- pip install httpretty pylint coveralls
22+
- pip install httpretty==0.6.5 pylint coveralls
2323
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2 ipaddr; fi
2424
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install ipaddr; fi
2525

0 commit comments

Comments
 (0)