Skip to content

Commit c446be1

Browse files
committed
Install coveralls reporting.
1 parent 48ac50d commit c446be1

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

.travis.yml

+3
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,6 @@ install:
1010

1111
script:
1212
- make
13+
14+
after_success:
15+
- coveralls

README.rst

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
.. image:: https://travis-ci.org/Renelvon/pystun.svg?branch=master
22
:target: https://travis-ci.org/Renelvon/pystun
33

4+
.. image:: https://coveralls.io/repos/Renelvon/pystun/badge.png
5+
:target: https://coveralls.io/r/Renelvon/pystun
6+
7+
48
PyStun
59
======
610
A Python STUN client for getting NAT type and external IP

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
coverage
22
nose
33
prospector
4+
python-coveralls

0 commit comments

Comments
 (0)