From 564670566c7902ad09f414fa681de6b18a883319 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Wed, 2 Mar 2016 12:25:19 +0800 Subject: [PATCH] Fix coveralls integration --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f6782536..2e232758 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,7 +64,7 @@ script: after_success: - | - if [[ $TRAVIS_PYTHON_VERSION == $NEWEST_PYTHON && $TRAVIS_OS_NAME == 'linux']]; then + if [[ $TRAVIS_PYTHON_VERSION == $NEWEST_PYTHON && $TRAVIS_OS_NAME == 'linux' ]]; then pip install python-coveralls && coveralls fi