summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJosé Padilla <jpadilla@webapplicate.com>2015-01-20 01:07:59 -0400
committerJosé Padilla <jpadilla@webapplicate.com>2015-01-20 01:07:59 -0400
commit971546674fdaef6ef8f63e371bb9e502209699b6 (patch)
treeef5355ee5e23a81771a597c965f324b22c237a15 /README.md
parent5ed495cb181c86933a29ecc7ddbd6dab871e9b49 (diff)
downloadpyjwt-971546674fdaef6ef8f63e371bb9e502209699b6.tar.gz
Add Coveralls badge
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 7 insertions, 4 deletions
diff --git a/README.md b/README.md
index 5886a37..db9ab2f 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
# PyJWT
-[![build-status-image]][travis]
-[![pypi-version]][pypi]
+[![travis-status-image]][travis]
+[![pypi-version-image]][pypi]
+[![coveralls-status-image]][coveralls]
A Python implementation of [JSON Web Token draft 01][jwt-draft-01] originally written by [@progrium][progrium].
@@ -227,10 +228,12 @@ If the audience claim is incorrect, `jwt.InvalidAudienceError` will be raised.
MIT
-[build-status-image]: https://secure.travis-ci.org/jpadilla/pyjwt.png?branch=master
+[travis-status-image]: https://secure.travis-ci.org/jpadilla/pyjwt.png?branch=master
[travis]: http://travis-ci.org/jpadilla/pyjwt?branch=master
-[pypi-version]: https://pypip.in/version/pyjwt/badge.svg
+[pypi-version-image]: https://pypip.in/version/pyjwt/badge.svg
[pypi]: https://pypi.python.org/pypi/pyjwt
+[coveralls-status-image]: https://coveralls.io/repos/jpadilla/pyjwt/badge.svg?branch=master
+[coveralls]: https://coveralls.io/r/jpadilla/pyjwt?branch=master
[jwt-draft-01]: http://self-issued.info/docs/draft-jones-json-web-token-01.html
[progrium]: https://github.com/progrium
[reserved-claimname]: http://self-issued.info/docs/draft-jones-json-web-token-01.html#ReservedClaimName