Added a badge to the README showing coverage

This commit is contained in:
Alex Gaynor 2013-08-07 13:56:11 -07:00
parent 5cd68bf78e
commit c0f2855bfb

View file

@ -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.