summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Padilla <jpadilla@webapplicate.com>2014-02-08 03:12:01 -0400
committerJosé Padilla <jpadilla@webapplicate.com>2014-02-08 03:12:01 -0400
commit581c660108d9eabe1c061620e6b795064b0b5b8d (patch)
treeb46d96c0d98525c4347b830edc476350f843fd7a
parente0128c0a2976229072f6dbaa89bce4544a989fc9 (diff)
downloadpyjwt-581c660108d9eabe1c061620e6b795064b0b5b8d.tar.gz
Add Travis badge to README.md0.1.9
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 33d9a4a..905472b 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-PyJWT
+PyJWT [![Build Status](https://travis-ci.org/progrium/pyjwt.png?branch=master)](https://travis-ci.org/progrium/pyjwt)
=====
A Python implementation of [JSON Web Token draft 01](http://self-issued.info/docs/draft-jones-json-web-token-01.html).
@@ -6,7 +6,7 @@ Installing
----------
sudo easy_install PyJWT
-
+
**Note**: The RSASSA-PKCS1-v1_5 algorithms depend on PyCrypto. If you plan on using any of those algorithms you'll need to install it as well.
sudo easy_install PyCrypto