From c95de4e61fc88e9e48319a2279d6dc945f9d1b41 Mon Sep 17 00:00:00 2001 From: Hugo Date: Sun, 13 Mar 2016 20:29:47 +0200 Subject: [PATCH] Comment typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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