Skip to content

Commit

Permalink
add config for auto-deployment to PyPI to .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Marczinowski authored and Cornelius Riemenschneider committed Nov 21, 2017
1 parent c8c875a commit 73d7b42
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,12 @@ script: tox

after_success:
- coveralls

deploy:
provider: pypi
user: "fxmc"
password:
secure: "bTmsf99BGyjIYj8NxMoWcKu2pdynHF0mUY6q3QgP7mnq430n0UONEJ/fdS9Q73mlouRzAjvdBESvwh9474g9RO778N3HTzn0XTLWpY50gRvblG8yD49x6g3+/IPPJ6ZifrViiiw7tbM4fZhQdPXd0t8vDrSZAVV6Z1v15NsWfkQ="
distributions: sdist bdist_wheel
on:
tags: true

0 comments on commit 73d7b42

Please sign in to comment.