From 585429e41ab047e21261426c48386e7acc8d2a9a Mon Sep 17 00:00:00 2001 From: Drew Hubl Date: Thu, 30 Mar 2017 05:24:30 -0600 Subject: [PATCH] Add build status and coverage badges to README --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index ac59547..75e7c2d 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,10 @@ +.. image:: https://travis-ci.org/stephenmcd/django-email-extras.svg?branch=master + :target: https://travis-ci.org/stephenmcd/django-email-extras + +.. image:: https://coveralls.io/repos/github/stephenmcd/django-email-extras/badge.svg + :target: https://coveralls.io/github/stephenmcd/django-email-extras + + Created by `Stephen McDonald `_ Introduction