summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorselurvedu <selurvedu@users.noreply.github.com>2015-10-18 14:12:54 +0000
committerselurvedu <selurvedu@users.noreply.github.com>2015-10-18 14:12:54 +0000
commit70306faa2bab12ad33aae0b6d515e83170cb3608 (patch)
tree77ab6b5577456e657a85fcc8c8ad71839b221e8c
parent5ee8e9e3fd94647236e75436da6d917f712cc087 (diff)
downloadpython-json-patch-70306faa2bab12ad33aae0b6d515e83170cb3608.tar.gz
Fix build failure on Travis CI with Python 3.2
See https://bitbucket.org/ned/coveragepy/issues/407
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e4a40ad..70f48e1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,7 @@ python:
install:
- travis_retry pip install -r requirements.txt
+ - if [ "$TRAVIS_PYTHON_VERSION" == "3.2" ]; then travis_retry pip install 'coverage<4'; fi
- travis_retry pip install coveralls
script: