Skip to content

Commit

Permalink
Add after_success step to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dexter2206 committed Oct 11, 2019
1 parent ad77ae7 commit b0b78b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ install:
- pip install codecov
script:
- coverage run setup.py test
after_success:
- codecov
deploy:
provider: pypi
user: dexter2206
Expand Down

0 comments on commit b0b78b7

Please sign in to comment.