diff options
author | José Padilla <jpadilla@webapplicate.com> | 2014-02-08 03:12:01 -0400 |
---|---|---|
committer | José Padilla <jpadilla@webapplicate.com> | 2014-02-08 03:12:01 -0400 |
commit | 581c660108d9eabe1c061620e6b795064b0b5b8d (patch) | |
tree | b46d96c0d98525c4347b830edc476350f843fd7a /README.md | |
parent | e0128c0a2976229072f6dbaa89bce4544a989fc9 (diff) | |
download | pyjwt-581c660108d9eabe1c061620e6b795064b0b5b8d.tar.gz |
Add Travis badge to README.md0.1.9
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |