Skip to content

Commit 03d24b3

Browse files
committed
Add build badges to README
1 parent 8623aa1 commit 03d24b3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Plugin registration and hook calling for Python
33
===============================================
44

5+
.. image:: https://img.shields.io/pypi/v/pluggy.svg
6+
:target: https://pypi.python.org/pypi/pluggy
7+
.. image:: https://img.shields.io/pypi/pyversions/pluggy.svg
8+
:target: https://pypi.python.org/pypi/pluggy
9+
.. image:: https://img.shields.io/travis/pytest-dev/pluggy/master.svg
10+
:target: https://travis-ci.org/pytest-dev/pluggy
11+
.. image:: https://img.shields.io/appveyor/ci/pytestbot/pluggy/master.svg
12+
:target: https://ci.appveyor.com/project/pytestbot/pluggy
13+
514
This is the plugin manager as used by pytest but stripped
615
of pytest specific details.
716

0 commit comments

Comments
 (0)