We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48ac50d commit c446be1Copy full SHA for c446be1
.travis.yml
@@ -10,3 +10,6 @@ install:
10
11
script:
12
- make
13
+
14
+after_success:
15
+ - coveralls
README.rst
@@ -1,6 +1,10 @@
1
.. image:: https://travis-ci.org/Renelvon/pystun.svg?branch=master
2
:target: https://travis-ci.org/Renelvon/pystun
3
4
+.. image:: https://coveralls.io/repos/Renelvon/pystun/badge.png
5
+ :target: https://coveralls.io/r/Renelvon/pystun
6
7
8
PyStun
9
======
A Python STUN client for getting NAT type and external IP
requirements.txt
@@ -1,3 +1,4 @@
coverage
nose
prospector
+python-coveralls
0 commit comments