Skip to content
This repository has been archived by the owner on Nov 7, 2021. It is now read-only.

Commit

Permalink
Add autodeploy instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jan 27, 2016
1 parent 5070d1c commit 6f23ce3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,14 @@ env:
matrix:
- PYTHONASYNCIODEBUG=1
- PYTHONASYNCIODEBUG=

deploy:
provider: pypi
user: andrew.svetlov
password:
secure: DoeWNoPsOJzD9MheKAAnBiycRs6bnsro0PNmfe5Rj0N3tS0ocm6oyOOUtmLqGX41C97neremBUxTokp6lE9awmmJbTxUacOa6yleoPAr0VTphWx4vMuQSLNON8pUhjnHJbY3+1/34/BV3b4XL+jegiikh3tpeOvCVDfXh4JORRI=
distributions: "sdist bdist_wheel"
on:
tags: true
all_branches: true
python: 3.5

0 comments on commit 6f23ce3

Please sign in to comment.