aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2013-08-07 14:03:16 -0700
committerDonald Stufft <donald@stufft.io>2013-08-07 14:03:16 -0700
commitf216ce8f2312dee4d297bb0090581bf8352e09f0 (patch)
tree086c736d33d07aedae5067df7a2c28d5b6cea52e
parentecef07d44d0fb7f8f7c2e79e5233cf16d8cdeb96 (diff)
parentc0f2855bfb7eba522b73998def363b362e1beb4c (diff)
downloadcryptography-f216ce8f2312dee4d297bb0090581bf8352e09f0.tar.gz
cryptography-f216ce8f2312dee4d297bb0090581bf8352e09f0.tar.bz2
cryptography-f216ce8f2312dee4d297bb0090581bf8352e09f0.zip
Merge pull request #16 from alex/coverage-badge
Added a badge to the README showing coverage
-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.