Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jnkm authored Aug 2, 2018
1 parent b562427 commit bf03c41
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,10 @@ script:
- nosetests --with-coverage
after_success:
- codecov
deploy:
provider: pypi
user: "Your username"
password: "Your password"
on:
branch: deploy
tags: true

0 comments on commit bf03c41

Please sign in to comment.