From 1a5f9576d3c088f3a73405570277b270aa8487ff Mon Sep 17 00:00:00 2001 From: Daniel Moody Date: Wed, 20 Dec 2017 03:03:36 -0500 Subject: added ommision of several test which exists in the src directory --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 3192eed..9614527 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,6 +68,7 @@ jobs: - echo "[run]" >> .coveragerc - echo "source = $PWD/src" >> .coveragerc - echo "parallel = True" >> .coveragerc + - printf "omit =\n\t*Tests.py\n\tsrc/test_*\n\tsrc/setup.py\n" >> .coveragerc # Not including this workaround in the coverage report, because it will result # in constantly changing coverage reports depending on the number of times # the JobTests.py had to run to pass -- cgit v0.12