diff --git a/.travis.yml b/.travis.yml index 5a1f6bc75b23bc264f50ec1df0cdddf56c82ffad..73ebf630b985dee770dd3bbd8513a11156878307 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ sudo: required script: - nosetests --with-coverage install: - - if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install 'coverage<4.0.0'; else; pip install coverage fi + - if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install 'coverage<4.0.0'; else pip install coverage; fi - pip install codeclimate-test-reporter - pip install -r requirements.txt after_success: