diff options
author | Donald Stufft <donald@stufft.io> | 2013-08-07 14:03:16 -0700 |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2013-08-07 14:03:16 -0700 |
commit | f216ce8f2312dee4d297bb0090581bf8352e09f0 (patch) | |
tree | 086c736d33d07aedae5067df7a2c28d5b6cea52e | |
parent | ecef07d44d0fb7f8f7c2e79e5233cf16d8cdeb96 (diff) | |
parent | c0f2855bfb7eba522b73998def363b362e1beb4c (diff) | |
download | cryptography-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.rst | 3 |
1 files changed, 3 insertions, 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. |