From a7dcb05b370e9b6025b848557acd3137359b67d2 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Thu, 25 Jul 2013 00:24:39 -0700 Subject: [PATCH] Adding target to travis.ci link. --- docs/index.rst | 1 + readme.rst | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 9a3a5e8..4d5c0b4 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,6 +7,7 @@ Django-mailbox ============== .. image:: https://travis-ci.org/latestrevision/django-mailbox.png?branch=master + :target: https://travis-ci.org/latestrevision/django-mailbox How many times have you had to consume some sort of POP3, IMAP, or local mailbox for incoming content, or had to otherwise construct an application driven by e-mail? diff --git a/readme.rst b/readme.rst index 8871e65..116d45e 100755 --- a/readme.rst +++ b/readme.rst @@ -1,3 +1,6 @@ +.. image:: https://travis-ci.org/latestrevision/django-mailbox.png?branch=master + :target: https://travis-ci.org/latestrevision/django-mailbox + How many times have you had to consume some sort of POP3, IMAP, or local mailbox for incoming content, or had to otherwise construct an application driven by e-mail? One too many times, I'm sure. @@ -5,8 +8,6 @@ One too many times, I'm sure. This small Django application will allow you to specify mailboxes that you would like consumed for incoming content; the e-mail will be stored, and you can process it at will (or, if you're in a hurry, by subscribing to a signal). -.. image:: https://travis-ci.org/latestrevision/django-mailbox.png?branch=master - - Documentation for django-mailbox is available on `ReadTheDocs `_. - Please post issues on