Skip to content

Commit

Permalink
Set up automatic Travis release deployment.
Browse files Browse the repository at this point in the history
  • Loading branch information
dopplershift committed Feb 8, 2016
1 parent 7d3bd75 commit 363e313
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,3 +109,16 @@ after_success:
coverage xml;
python-codacy-coverage -r coverage.xml;
fi

deploy:
provider: pypi
user: dopplershift
password:
secure: VYbxLZZnQ1hR2WZwe6+NXLNVbxceDQzlaVM/G3PW8mYlnyWgIVJBgCcgpH22wT4IsNQqo1r9ow9HiybzwcU1VTZ9KXjYsjre/kCZob0jmuPKlDtujOLaMJFf0XzOw7Y/AFXaMakFA8ZOYJLaMXc0WMLwGT7Hw/oP/e2ztpVLxRA=
distributions: sdist bdist_wheel
upload_docs: no
on:
repo: metpy/MetPy
python: 3.5
condition: '$TASK == "coverage"'
tags: true

0 comments on commit 363e313

Please sign in to comment.