From b728636d894f7aceff5f3dd248828756ecaf1f85 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Wed, 7 Aug 2013 20:44:35 +0200 Subject: Add Travis build status --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 82490f99..b8824a5b 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 ============ -- cgit v1.2.3 From f30db51283f6e9fd1f9594cc376d8c77de83c032 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Wed, 7 Aug 2013 20:50:05 +0200 Subject: Pink bikeshed --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index b8824a5b..0a577076 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. -- cgit v1.2.3