Skip to content

Commit

Permalink
travis: add autodeploy
Browse files Browse the repository at this point in the history
Signed-off-by: David Caro <david@dcaro.es>
  • Loading branch information
david-caro committed Mar 4, 2017
1 parent a05864c commit b8ceacd
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
language: python
python:
- "2.7"
- "3.5"
- '2.7'
- '3.5'
install:
- pip install -r test-requirements.txt
- pip install -r test-requirements.txt
script:
- tox
- tox
deploy:
provider: pypi
user: dcaro
distribution: sdist
password:
secure: PZ0DEiZJqqKct+PzhHf828DEj8yFEW13rJ18ZywwMUtYjNtSoxEa/2mMommbDkIWQxAT0N3t0QoQu71tzf6Aw3zuFaumxuqMCI+3NZo/ZztY9hBWlwkTu4LzWQi9G116GmPnXvcagTLWpqgB2YXnS4QmEHcz6QyH2heHaEt6rQY=
on:
branch: master
python: '2.7'

0 comments on commit b8ceacd

Please sign in to comment.