From 9974c283de93f529ed3e9f9d05ca7a43a976e52c Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 15 Sep 2015 20:55:45 -0400 Subject: metacov uses a different data file --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1