Skip to content

Commit

Permalink
fix issue: codecov #5
Browse files Browse the repository at this point in the history
  • Loading branch information
skasberger committed Apr 7, 2021
1 parent bd10a93 commit 0b9de59
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ before_install:
install:
- pip install --upgrade pip
- pip install tox-travis
- pip install coverage
- pip install codecov
- virtualenv --version
- easy_install --version
- pip --version
Expand All @@ -37,7 +35,7 @@ script:
- tox

after_success:
- codecov
- bash <(curl -s https://codecov.io/bash)

notifications:
email:
Expand Down

0 comments on commit 0b9de59

Please sign in to comment.