From 37ef88885cbc80b007869a53919f0b8db7053ace Mon Sep 17 00:00:00 2001 From: Cory Benfield Date: Wed, 17 May 2017 10:46:05 -0700 Subject: [PATCH] Test the readme in travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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