diff --git a/.travis.yml b/.travis.yml index 600f79cd..51fb563e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,7 @@ python: install: "make" # command to run tests script: + - make test-readme - make coverage after_success: - pipenv run codecov