summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Padilla <jpadilla@webapplicate.com>2015-05-30 10:36:31 -0400
committerJosé Padilla <jpadilla@webapplicate.com>2015-05-30 10:36:31 -0400
commit00cdb892082ba6a9dced6f5a17f910fbece3242e (patch)
treefda527cf7581fd4bf8b939223420122e97f6ff3f
parentfe1ee727f7233737f97821aaf76e580836e9e906 (diff)
downloadpyjwt-00cdb892082ba6a9dced6f5a17f910fbece3242e.tar.gz
Add Appveyor badge
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index f8a696a..acca050 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
# PyJWT
[![travis-status-image]][travis]
+[![appveyor-status-image]][appveyor]
[![pypi-version-image]][pypi]
[![coveralls-status-image]][coveralls]
@@ -343,6 +344,8 @@ private_key = cert_obj.private_key()
[travis-status-image]: https://secure.travis-ci.org/jpadilla/pyjwt.png?branch=master
[travis]: http://travis-ci.org/jpadilla/pyjwt?branch=master
+[appveyor-status-image]: https://ci.appveyor.com/api/projects/status/h8nt70aqtwhht39t?svg=true
+[appveyor]: https://ci.appveyor.com/project/jpadilla/pyjwt
[pypi-version-image]: https://img.shields.io/pypi/v/pyjwt.svg
[pypi]: https://pypi.python.org/pypi/pyjwt
[coveralls-status-image]: https://coveralls.io/repos/jpadilla/pyjwt/badge.svg?branch=master