diff --git a/.travis.yml b/.travis.yml index 6d9c8140..19a9ed79 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,8 @@ python: install: "make" # command to run tests script: - - [[ "$TRAVIS_PYTHON_VERSION" != "2.6" ]] && make test-readme + - | + [[ "$TRAVIS_PYTHON_VERSION" != "2.6" ]] && make test-readme - make coverage after_success: - pipenv run codecov