mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Added a badge to the README showing coverage
This commit is contained in:
parent
5cd68bf78e
commit
c0f2855bfb
1 changed files with 3 additions and 0 deletions
|
|
@ -4,6 +4,9 @@ Cryptography
|
|||
.. image:: https://travis-ci.org/alex/cryptography.png?branch=master
|
||||
:target: https://travis-ci.org/alex/cryptography
|
||||
|
||||
.. image:: https://coveralls.io/repos/alex/cryptography/badge.png?branch=master
|
||||
:target: https://coveralls.io/r/alex/cryptography?branch=master
|
||||
|
||||
``cryptography`` is a package designed to expose cryptographic primitives and
|
||||
recipes to Python developers.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue