Skip to content

Commit 02f764a

Browse files
committed
Adding PyPI auto-push.
1 parent 10bea44 commit 02f764a

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.travis.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ python:
55
- '2.6'
66
install:
77
- pip install -r dev-requirements.txt
8-
# will need this when we automatically push to pypi
9-
# - pip install twine
8+
- pip install twine
109
script: nosetests tests.py --with-coverage --cover-package=jsonrpclib
10+
deploy:
11+
provider: pypi
12+
user: joshmarshall
13+
password:
14+
secure: RbRcj7YdDXE9U2/a9yg4DW9UXFfrGWrM+S8uE8RgYu1D9njDDzUyNcFygaBXd8rxd8GpwRXHzSAO31B/Rk4NVbbM7JtcIA/52jx5j+4DdmEhffnzvahDkCZT6EV5iS3IxlShbuxgbzp3Qz14jF7Kl9iBSCOlIFItLCDlK7rfyJU=
15+
on:
16+
tags: true
17+
repo: joshmarshall/jsonrpclib
18+
branch: master

0 commit comments

Comments
 (0)