Skip to content

Commit

Permalink
Setup travis-ci to release on PYPI
Browse files Browse the repository at this point in the history
  • Loading branch information
tribela committed Nov 9, 2017
1 parent 10a8fca commit fe5e9ff
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Expand Up @@ -12,3 +12,12 @@ script:
- autotweet -h > /dev/null
after_success:
- coveralls
deploy:
provider: pypi
user: kjwon15
password:
secure: pA4UanWHftEj9gfDqE2dM7yZMXx7baCRo4qzzNs61QqdyKJN/D3/ctV3O3QUt9d5KZGkMsvtOchaKdGoyJSCBJ4PjH70thlTgyiEl5MkOuBVZwDo7Zl1zzKisoy+ZIO7QOLE4TtAfkK48eYTwtGNqM0BN23dMDLDNtNl10OnAfk=
on:
tags: true
distributions: sdist bdist_wheel
repo: Kjwon15/autotweet

0 comments on commit fe5e9ff

Please sign in to comment.