Fix coveralls integration

This commit is contained in:
Jakub Roztocil 2016-03-02 12:25:19 +08:00
parent ecbbad816a
commit 564670566c

View File

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