diff --git a/.travis.yml b/.travis.yml index b38c47c5a..b76f5dbdb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ install: - if [ "$TRAVIS_PYTHON_VERSION" == "2.6" ]; then travis_retry pip install unittest2; fi - # Coveralls 4.0 doesn't support Python 3.2 + # Coverage 4.0 doesn't support Python 3.2 - if [ "$TRAVIS_PYTHON_VERSION" == "3.2" ]; then travis_retry pip install coverage==3.7.1; fi - if [ "$TRAVIS_PYTHON_VERSION" != "3.2" ]; then travis_retry pip install coverage; fi