We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8623aa1 commit 03d24b3Copy full SHA for 03d24b3
README.rst
@@ -2,6 +2,15 @@
2
Plugin registration and hook calling for Python
3
===============================================
4
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
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
+
14
This is the plugin manager as used by pytest but stripped
15
of pytest specific details.
16
0 commit comments