aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-08-07 11:51:48 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-08-07 11:51:48 -0700
commit42e8112e862bdb96a254dd1e6c885d0dab122464 (patch)
tree48047bd33b7e7702ff8fe24f0db4d0582e947fdc
parentfc6dc877d67579fc86a93f12798da3530b4c2d65 (diff)
parentf30db51283f6e9fd1f9594cc376d8c77de83c032 (diff)
downloadcryptography-42e8112e862bdb96a254dd1e6c885d0dab122464.tar.gz
cryptography-42e8112e862bdb96a254dd1e6c885d0dab122464.tar.bz2
cryptography-42e8112e862bdb96a254dd1e6c885d0dab122464.zip
Merge pull request #9 from hynek/add-banner
Add Travis build status
-rw-r--r--README.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 82490f99..0a577076 100644
--- a/README.rst
+++ b/README.rst
@@ -1,6 +1,9 @@
Cryptography
============
+.. image:: https://travis-ci.org/alex/cryptography.png?branch=master
+ :target: https://travis-ci.org/alex/cryptography
+
``cryptography`` is a package designed to expose cryptographic primitives and
recipes to Python developers.