Skip to content

Commit

Permalink
Switch to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
cansadadeserfeliz committed Aug 26, 2021
1 parent 46ae024 commit 5258b70
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ python:
- "3.9"

script:
- python setup.py test
- pip install coveralls
- pip install codecov
- coverage run setup.py test

after_success: coveralls
after_success:
- codecov

0 comments on commit 5258b70

Please sign in to comment.