summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-09-15 20:33:41 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-09-15 20:33:41 -0400
commit73a24426b2d5a936f6635057ae26437474e15ae4 (patch)
tree24bb8e7c19ce2b5e170c2a27184383b081b69852
parent49a78b0878bdbaf1e891bdb8228c741509149963 (diff)
downloadpython-coveragepy-git-73a24426b2d5a936f6635057ae26437474e15ae4.tar.gz
have to combine coverage results.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 628f637d..5053624d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,4 +21,4 @@ install:
script:
- tox
- - if [ $COVERAGE_COVERAGE == 'yes' ]; then codecov; fi
+ - if [ $COVERAGE_COVERAGE == 'yes' ]; then python igor.py combine_html; codecov; fi