diff options
-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 |