diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-15 20:33:41 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-15 20:33:41 -0400 |
commit | 73a24426b2d5a936f6635057ae26437474e15ae4 (patch) | |
tree | 24bb8e7c19ce2b5e170c2a27184383b081b69852 | |
parent | 49a78b0878bdbaf1e891bdb8228c741509149963 (diff) | |
download | python-coveragepy-git-73a24426b2d5a936f6635057ae26437474e15ae4.tar.gz |
have to combine coverage results.
-rw-r--r-- | .travis.yml | 2 |
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 |