From e7426e3d5efb3e5bade79fcf0837110ff10ddc4b Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Tue, 3 Mar 2015 10:52:22 -0500 Subject: [PATCH] Added coverage line to travis config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4497fa1..d02ca07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ install: - python ./setup.py install - pip install coveralls -script: python ./runtests.py +script: coverage run --source=cadquery python ./runtests.py after_success: - coveralls