From 4e9bd2cba566207615f2aa74eed957dadfa60879 Mon Sep 17 00:00:00 2001 From: Noah Morrison Date: Wed, 14 Jun 2017 23:01:30 -0400 Subject: [PATCH] Add coverage reports --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a7804ca..1cbd564 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,10 @@ install: - pip install coveralls - pip install tox-travis -script: tox +script: + - tox + - coverage run --source=chevron ./test_spec.py + - coverage report -m after_success: - coveralls -- 2.47.3