We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10bea44 commit 02f764aCopy full SHA for 02f764a
.travis.yml
@@ -5,6 +5,14 @@ python:
5
- '2.6'
6
install:
7
- pip install -r dev-requirements.txt
8
-# will need this when we automatically push to pypi
9
-# - pip install twine
+- pip install twine
10
script: nosetests tests.py --with-coverage --cover-package=jsonrpclib
+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