From b728636d894f7aceff5f3dd248828756ecaf1f85 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Wed, 7 Aug 2013 20:44:35 +0200 Subject: [PATCH 1/2] Add Travis build status --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 82490f99d..b8824a5b5 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,6 @@ +.. image:: https://travis-ci.org/alex/cryptography.png?branch=master + :target: https://travis-ci.org/alex/cryptography + Cryptography ============ From f30db51283f6e9fd1f9594cc376d8c77de83c032 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Wed, 7 Aug 2013 20:50:05 +0200 Subject: [PATCH 2/2] Pink bikeshed --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index b8824a5b5..0a5770766 100644 --- a/README.rst +++ b/README.rst @@ -1,9 +1,9 @@ -.. image:: https://travis-ci.org/alex/cryptography.png?branch=master - :target: https://travis-ci.org/alex/cryptography - 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.