Drop support for codecov.io

This commit is contained in:
Ivan Kravets
2018-07-27 15:38:46 +03:00
parent c777b0095d
commit 98aa47c885

View File

@ -29,10 +29,6 @@ install:
script:
- tox -e $TOX_ENV
after_success:
- if [[ "$TOX_ENV" == "py27" ]] && [[ "$TRAVIS_OS_NAME" == "linux" ]]; then tox -e coverage; fi
- if [[ "$TOX_ENV" == "py27" ]] && [[ "$TRAVIS_OS_NAME" == "linux" ]]; then bash <(curl -s https://codecov.io/bash); fi
notifications:
email: false