From 28286fe3fb0e0e18be0fd507c9a757d75b49b4c2 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Wed, 7 Dec 2016 12:24:08 -0500 Subject: [PATCH] Add Travis and PyPI badges. --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index 9cb0413..66213cf 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,15 @@ `repoze.sendmail` README ======================== +.. image:: https://travis-ci.org/repoze/repoze.sendmail.png?branch=master + :target: https://travis-ci.org/repoze/repoze.sendmail + +.. image:: https://img.shields.io/pypi/v/repoze.sendmail.svg + :target: https://pypi.python.org/pypi/repoze.sendmail + +.. image:: https://img.shields.io/pypi/pyversions/repoze.sendmail.svg + :target: https://pypi.python.org/pypi/repoze.sendmail + `repoze.sendmail` allows coupling the sending of email messages with a transaction, using the Zope transaction manager. This allows messages to only be sent out when and if a transaction is committed, preventing users