From 0433cd484431971d5775a3e7481d875195eff5e8 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Sun, 17 Apr 2016 21:05:53 +1000 Subject: [PATCH] Add Coveralls shield --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 2386b49..6546384 100644 --- a/README.rst +++ b/README.rst @@ -5,12 +5,12 @@ .. image:: https://img.shields.io/travis/ncoghlan/contextlib2/master.svg :target: http://travis-ci.org/ncoghlan/contextlib2 +.. image:: https://coveralls.io/repos/github/ncoghlan/contextlib2/badge.svg?branch=master + :target: https://coveralls.io/github/ncoghlan/contextlib2?branch=master + .. image:: https://landscape.io/github/ncoghlan/contextlib2/master/landscape.svg :target: https://landscape.io/github/ncoghlan/contextlib2/ - -.. todo: set up Coveralls - contextlib2 is a backport of the `standard library's contextlib module `_ to earlier Python versions.