Adding PyPI auto-push.

This commit is contained in:
Joshua Marshall
2015-10-08 15:58:36 -05:00
parent 10bea44bbe
commit 02f764a1e9

View File

@@ -5,6 +5,14 @@ python:
- '2.6'
install:
- pip install -r dev-requirements.txt
# will need this when we automatically push to pypi
# - pip install twine
- pip install twine
script: nosetests tests.py --with-coverage --cover-package=jsonrpclib
deploy:
provider: pypi
user: joshmarshall
password:
secure: RbRcj7YdDXE9U2/a9yg4DW9UXFfrGWrM+S8uE8RgYu1D9njDDzUyNcFygaBXd8rxd8GpwRXHzSAO31B/Rk4NVbbM7JtcIA/52jx5j+4DdmEhffnzvahDkCZT6EV5iS3IxlShbuxgbzp3Qz14jF7Kl9iBSCOlIFItLCDlK7rfyJU=
on:
tags: true
repo: joshmarshall/jsonrpclib
branch: master