From 50515f3e7729b23c0f27fcb13b2d50244b93f4bd Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Thu, 3 Jul 2014 17:21:00 -0400 Subject: [PATCH] README badge thing. --- README.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 572afba..b6bf7e7 100644 --- a/README.rst +++ b/README.rst @@ -1,10 +1,14 @@ mwparserfromhell ================ -.. image:: https://api.travis-ci.org/earwig/mwparserfromhell.svg?branch=develop +.. image:: https://img.shields.io/travis/earwig/mwparserfromhell/develop.svg :alt: Build Status :target: http://travis-ci.org/earwig/mwparserfromhell +.. image:: https://img.shields.io/coveralls/earwig/mwparserfromhell/develop.svg + :alt: Coverage Status + :target: https://coveralls.io/r/earwig/mwparserfromhell + **mwparserfromhell** (the *MediaWiki Parser from Hell*) is a Python package that provides an easy-to-use and outrageously powerful parser for MediaWiki_ wikicode. It supports Python 2 and Python 3.