From 2f80fb82cbd378b5563d056de9b9d407e4fcbbe3 Mon Sep 17 00:00:00 2001 From: Jeremy McRae Date: Tue, 23 Aug 2016 15:21:13 +0100 Subject: [PATCH] add coverage checks back to travis yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index fc66b36..635a0dd 100755 --- a/.travis.yml +++ b/.travis.yml @@ -9,5 +9,6 @@ install: - pip install coveralls script: - python setup.py test + - python -m coverage run --source=./clinicalfilter -m unittest discover after_success: - coveralls