diff options
| author | José Padilla <jpadilla@webapplicate.com> | 2020-04-08 09:53:03 -0400 |
|---|---|---|
| committer | José Padilla <jpadilla@webapplicate.com> | 2020-04-08 09:53:03 -0400 |
| commit | 7159ab2e74656fa1884f0a2ccf5a646b0026a08b (patch) | |
| tree | ac38cd28afc714811ec90b488e06f4d5dd2792ec /README.rst | |
| parent | 18da31e2050d87fc2159147ad954cbb99c5648ad (diff) | |
| download | pyjwt-version-2.0.0.tar.gz | |
Update READMEversion-2.0.0
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -1,17 +1,16 @@ PyJWT ===== -.. image:: https://travis-ci.com/jpadilla/pyjwt.svg?branch=master - :target: http://travis-ci.com/jpadilla/pyjwt?branch=master - -.. image:: https://ci.appveyor.com/api/projects/status/h8nt70aqtwhht39t?svg=true - :target: https://ci.appveyor.com/project/jpadilla/pyjwt - .. image:: https://img.shields.io/pypi/v/pyjwt.svg :target: https://pypi.python.org/pypi/pyjwt -.. image:: https://coveralls.io/repos/jpadilla/pyjwt/badge.svg?branch=master - :target: https://coveralls.io/r/jpadilla/pyjwt?branch=master +.. image:: https://github.com/jpadilla/pyjwt/workflows/CI/badge.svg?branch=master + :target: https://github.com/jpadilla/pyjwt/actions?workflow=CI + :alt: CI Status + +.. image:: https://codecov.io/github/jpadilla/pyjwt/branch/master/graph/badge.svg + :target: https://codecov.io/github/jpadilla/pyjwt + :alt: Test Coverage .. image:: https://readthedocs.org/projects/pyjwt/badge/?version=latest :target: https://pyjwt.readthedocs.io |
