Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
Added deploy section to travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
jpaidoussi committed Feb 17, 2017
1 parent 0410772 commit 3a4c80a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Expand Up @@ -13,3 +13,11 @@ script:
- "py.test --cov=go_http go_http"
after_success:
- coveralls
deploy:
provider: pypi
user: praekelt.org
password:
secure: wqUwUZk0s6VrZBoLe6lkl16nJjDD5RfH31YvKwoztxvB/k9yD4y9uigQtduVKKVz0SscZnlEOIAkJNavT29nrnsAdHYaG4Gs2okaXOJ0vbgvig6O1GoU/iDchjZiL2MZUxyntE57/s6RHOLjPmLgyA6uvNRbuVQdiNtdNb+gOdw=
distributions: sdist bdist_wheel
on:
tags: true

0 comments on commit 3a4c80a

Please sign in to comment.