From 5c32c68848e96125ad67d0255da185fa9cc27abf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Gl=C3=A4=C3=9Fle?= Date: Mon, 27 Jan 2014 05:38:27 +0100 Subject: [PATCH] Add shiny badges to README --- README.rst | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.rst b/README.rst index 715cfe6..b81f62b 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,6 @@ madseq ------ +|Build Status| |Coverage| |Version| |Downloads| |License| Description ~~~~~~~~~~~ @@ -59,3 +60,24 @@ Caution - Do not add any ``at=`` position arguments in the input sequences. The madseq script takes care of this responsibility. + +.. |Build Status| image:: https://api.travis-ci.org/coldfix/madseq.png?branch=master + :target: https://travis-ci.org/coldfix/madseq + :alt: Build Status + +.. |Coverage| image:: https://coveralls.io/repos/coldfix/madseq/badge.png?branch=master + :target: https://coveralls.io/r/coldfix/madseq + :alt: Coverage + +.. |Version| image:: https://pypip.in/v/madseq/badge.png + :target: https://pypi.python.org/pypi/madseq/ + :alt: Latest Version + +.. |Downloads| image:: https://pypip.in/d/madseq/badge.png + :target: https://pypi.python.org/pypi/madseq/ + :alt: Downloads + +.. |License| image:: https://pypip.in/license/madseq/badge.png + :target: https://pypi.python.org/pypi/madseq/ + :alt: License +