Skip to content

Commit

Permalink
Adjust .travis.yml to automatically release pkg on new tags (#62)
Browse files Browse the repository at this point in the history
Fixes #59
  • Loading branch information
KKoukiou authored and lukas-bednar committed Apr 12, 2017
1 parent f5fabc0 commit 0911453
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@ script:
- tox
after_success:
- codecov
deploy:
provider: pypi
user: "lukas-bednar"
password:
secure: "ks4q6t0YBc4i3hr5uYCepUi05SuBfkA6l2vakuqcQunuwClaCN3ryP5aKCKk3673wdKBh2eeL+VrKrmEnyRTrgo+t02ODSibAMeytwq254m526FiUbATemNrDyPtv7XTO/Yp9yFPwHbpoH8bdTa4MhTUm6qXcRtRdYvfU8zVKUU="
on:
branch: master
tags: true

0 comments on commit 0911453

Please sign in to comment.