From 60e7f1647c6b9c304397fa14e9b78f286e1232e3 Mon Sep 17 00:00:00 2001 From: Jeremy McRae Date: Tue, 23 Aug 2016 16:44:03 +0100 Subject: [PATCH] restrict coverage checks to package code folder --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6be0484..72c9513 100755 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,6 @@ install: - pip install coveralls script: - python setup.py test - - python -m coverage run setup.py test + - python -m coverage run --source=./clinicalfilter setup.py test after_success: - coveralls