Skip to content

Commit 00cdb89

Browse files
committed
Add Appveyor badge
1 parent fe1ee72 commit 00cdb89

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# PyJWT
22

33
[![travis-status-image]][travis]
4+
[![appveyor-status-image]][appveyor]
45
[![pypi-version-image]][pypi]
56
[![coveralls-status-image]][coveralls]
67

@@ -343,6 +344,8 @@ private_key = cert_obj.private_key()
343344

344345
[travis-status-image]: https://secure.travis-ci.org/jpadilla/pyjwt.png?branch=master
345346
[travis]: http://travis-ci.org/jpadilla/pyjwt?branch=master
347+
[appveyor-status-image]: https://ci.appveyor.com/api/projects/status/h8nt70aqtwhht39t?svg=true
348+
[appveyor]: https://ci.appveyor.com/project/jpadilla/pyjwt
346349
[pypi-version-image]: https://img.shields.io/pypi/v/pyjwt.svg
347350
[pypi]: https://pypi.python.org/pypi/pyjwt
348351
[coveralls-status-image]: https://coveralls.io/repos/jpadilla/pyjwt/badge.svg?branch=master

0 commit comments

Comments
 (0)