Skip to content

Commit

Permalink
Use codecov in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-neumann-by authored Nov 4, 2019
1 parent fca1706 commit 1333f7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ matrix:
- python: 3.6
env: TOXENV=py36
install:
- pip install tox coveralls
- pip install tox codecov
script: tox
after_success:
- coveralls
- codecov
deploy:
provider: pypi
user: __token__
Expand Down

0 comments on commit 1333f7f

Please sign in to comment.