summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Moody <dmoody256@gmail.com>2017-12-20 08:03:36 (GMT)
committerDaniel Moody <dmoody256@gmail.com>2017-12-20 08:03:36 (GMT)
commit1a5f9576d3c088f3a73405570277b270aa8487ff (patch)
tree9e791ad6e5a1972039138fe205ecf481f9790355
parentbffb8eeae3592be05907bf562a7e5982b8a44285 (diff)
downloadSCons-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.yml1
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