Skip to content

Commit 70306fa

Browse files
committed
Fix build failure on Travis CI with Python 3.2
See https://bitbucket.org/ned/coveragepy/issues/407
1 parent 5ee8e9e commit 70306fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ python:
1111

1212
install:
1313
- travis_retry pip install -r requirements.txt
14+
- if [ "$TRAVIS_PYTHON_VERSION" == "3.2" ]; then travis_retry pip install 'coverage<4'; fi
1415
- travis_retry pip install coveralls
1516

1617
script:

0 commit comments

Comments
 (0)