Skip to content

Commit 36387b1

Browse files
committed
Allow newer versions of httpretty
1 parent bb27421 commit 36387b1

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
@@ -20,7 +20,7 @@ before_install:
2020

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

0 commit comments

Comments
 (0)