Comment typo

This commit is contained in:
Hugo 2016-03-13 20:29:47 +02:00
parent 555544c5cf
commit c95de4e61f

View File

@ -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