aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-08-07 13:56:11 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-08-07 13:56:11 -0700
commitc0f2855bfb7eba522b73998def363b362e1beb4c (patch)
tree130089d45177a3f1dd879e5d861fb33d69769158 /README.rst
parent5cd68bf78eb25b90bf666901a6d83b9eaae5a59f (diff)
downloadcryptography-c0f2855bfb7eba522b73998def363b362e1beb4c.tar.gz
cryptography-c0f2855bfb7eba522b73998def363b362e1beb4c.tar.bz2
cryptography-c0f2855bfb7eba522b73998def363b362e1beb4c.zip
Added a badge to the README showing coverage
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 0a577076..4379bb58 100644
--- a/README.rst
+++ b/README.rst
@@ -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.