diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-15 20:55:45 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-09-15 20:55:45 -0400 |
commit | 9974c283de93f529ed3e9f9d05ca7a43a976e52c (patch) | |
tree | 70084621b2a66016c160fcb075d6e25cecd7a079 | |
parent | 73a24426b2d5a936f6635057ae26437474e15ae4 (diff) | |
download | python-coveragepy-git-9974c283de93f529ed3e9f9d05ca7a43a976e52c.tar.gz |
metacov uses a different data file
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 5053624d..f919c4d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,4 +21,4 @@ install: script: - tox - - if [ $COVERAGE_COVERAGE == 'yes' ]; then python igor.py combine_html; codecov; fi + - if [ $COVERAGE_COVERAGE == 'yes' ]; then python igor.py combine_html; mv .metacov .coverage; codecov; fi |