Skip to content

Commit

Permalink
Drop support for codecov.io
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Jul 27, 2018
1 parent c777b00 commit 98aa47c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Expand Up @@ -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

Expand Down

0 comments on commit 98aa47c

Please sign in to comment.