diff options
author | Daniel Hahler <git@thequod.de> | 2019-03-31 23:46:08 +0200 |
---|---|---|
committer | Daniel Hahler <git@thequod.de> | 2019-03-31 23:46:08 +0200 |
commit | 49f84da2acba568297c4ad46271ae3daed678649 (patch) | |
tree | 0010aba8e9e30441e0806b57bad84ff4e1661ae5 | |
parent | dde1aac3c4844881bbb1e5eb6cbcca8bb9d9aebd (diff) | |
download | python-coveragepy-git-49f84da2acba568297c4ad46271ae3daed678649.tar.gz |
use codecov-python again
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 719ba56d..9b5ed56f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,5 +27,6 @@ after_script: - | if [[ $COVERAGE_COVERAGE == 'yes' ]]; then python igor.py combine_html - bash <(curl -s https://codecov.io/bash) -Z -X gcov -X coveragepy -X search -X xcode -X gcovout -X fix -f coverage.xml -n $TOXENV + pip install codecov + codecov -X gcov coveragepy search xcode fix -f coverage.xml -n $TOXENV fi |