Skip to content

Commit

Permalink
Setup auto-deploy to PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
timofurrer committed Feb 11, 2017
1 parent 1cbc3ca commit 36b3238
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- '2.7'
- '3.3'
- '3.4'
- '3.5'
- '3.6'
- '3.7-dev'

before_install:
- pip install codecov
Expand All @@ -21,3 +22,13 @@ script:

after_success:
- codecov

deploy:
provider: pypi
user: tuxtimo
password:
secure: g5RJCfDN7ApDkp4qLYdzLMvmYMNlu5oUoEQ3BFrujTKQWuGspJKfyT9rlY9wLspcxZVVSzcy3PQ4bEDrqCG55ms5lFTtFOyAseJgYDpX5BojqVKtp8XJpshnbZn4GT9/eEMLfRdz6uCWpNbsdFtnW+Bk+jFYeYf3Qvujub6aOLllQ064riveKL++OrJDdu+kM7xWeBey5j7g4givtId3XNFWG2lMveCyu3rHNFvz7TEPVvUIUceP1gXVylCUQutbp99uZRHSn6xZEOwGVtXPurHEEB8X+2UkRZPms9eVspcKvneGnjMW1CRW0+RT0quLS6QTptjjhuQgw1M9CEzzQX4eAb7srywIVxtADCmciwjAMi01C6P0oQBufY/+H/VtJCwIu43zLQLT7uyftIIDuEYj2ezCv+XltPbEKWfKMR46hfb5NayHRlchEgZus95VFuXHgAlVzA6PEQs3zazAu322DHD6EIo0elr0CgLixSDX/w2HDFysMpa+JJ32/0BHPT1+hktdqEytH3umiCU29yhWp3k4neEobJ+9UWlK1Hvu64UZ+aSTipE3AL2G1Xi3AL5N7avBdpexE/t952MlnpE07z0hMiFbPMgzBqMRuPc0Ny153zb1AIM5XkzKDAzMUCoRtuv9Ft2eCSfF70gM/5CkQuqEdzVnw9wMNQIB/jc=
on:
branch: master
tags: true

0 comments on commit 36b3238

Please sign in to comment.