diff options
author | Tim Harder <radhermit@gmail.com> | 2015-04-01 20:55:40 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2015-04-01 20:55:40 -0400 |
commit | 201e6491f961d5aa69bfbdf5fc10d1dd8e5fd13b (patch) | |
tree | d0ba3ce4897e0f5ad10b62e951bb36bd0db4fac7 /README.rst | |
parent | add snakeoil and pkgcore requirements for distutils (diff) | |
download | pkgcheck-201e6491f961d5aa69bfbdf5fc10d1dd8e5fd13b.tar.gz pkgcheck-201e6491f961d5aa69bfbdf5fc10d1dd8e5fd13b.tar.bz2 pkgcheck-201e6491f961d5aa69bfbdf5fc10d1dd8e5fd13b.zip |
add pypi badge to readme
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -|test| |coverage| +|pypi| |test| |coverage| ======== pkgcheck @@ -141,6 +141,8 @@ pkgcheck_reporter_factory``. .. _`Installing python modules`: http://docs.python.org/inst/ +.. |pypi| image:: https://img.shields.io/pypi/v/pkgcheck.svg + :target: https://pypi.python.org/pypi/pkgcheck .. |test| image:: https://travis-ci.org/pkgcore/pkgcheck.svg?branch=master :target: https://travis-ci.org/pkgcore/pkgcheck .. |coverage| image:: https://coveralls.io/repos/pkgcore/pkgcheck/badge.png?branch=master |