Skip to content

Commit 32ce463

Browse files
committed
Added travis Build Status Icon
1 parent caf6be2 commit 32ce463

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
py-jsonrpc-lite
22
===============
3-
#todo:
4-
.. image:: https://travis-ci.org/r3code/py-jsonrpc-lite.png?branch=master
5-
:target: https://travis-ci.org/r3code/py-jsonrpc-lite?branch=master
3+
4+
.. image:: https://travis-ci.org/r3code/py-jsonrpc-lite.svg?branch=master
5+
:target: https://travis-ci.org/r3code/py-jsonrpc-lite
66
:alt: Build Status
7-
#todo:
7+
8+
#todo:
89
.. image:: https://coveralls.io/repos/r3code/py-jsonrpc-lite/badge.png?branch=master
910
:target: https://coveralls.io/r/r3code/py-jsonrpc-lite?branch=master
1011
:alt: Coverage Status

get_coverage.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
coverage run --source=pyjsonrpclite -m unittest discover -s tests/
2+
coverage report -m

0 commit comments

Comments
 (0)