diff options
author | Daniel Moody <dmoody256@gmail.com> | 2017-12-20 08:03:36 (GMT) |
---|---|---|
committer | Daniel Moody <dmoody256@gmail.com> | 2017-12-20 08:03:36 (GMT) |
commit | 1a5f9576d3c088f3a73405570277b270aa8487ff (patch) | |
tree | 9e791ad6e5a1972039138fe205ecf481f9790355 | |
parent | bffb8eeae3592be05907bf562a7e5982b8a44285 (diff) | |
download | SCons-1a5f9576d3c088f3a73405570277b270aa8487ff.zip SCons-1a5f9576d3c088f3a73405570277b270aa8487ff.tar.gz SCons-1a5f9576d3c088f3a73405570277b270aa8487ff.tar.bz2 |
added ommision of several test which exists in the src directory
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |