diff --git a/.travis.yml b/.travis.yml index 4617621c..33933465 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ install: "make" script: - | if [[ "$TRAVIS_PYTHON_VERSION" != "2.6" ]] ; then make test-readme; fi - - make coverage + - make test after_success: - pipenv run codecov cache: pip