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 9e63b56 commit 73741d7Copy full SHA for 73741d7
README.rst
@@ -1,6 +1,6 @@
1
pluggy - A minimalist production ready plugin system
2
====================================================
3
-|pypi| |versions| |travis| |appveyor|
+|pypi| |anaconda| |versions| |travis| |appveyor|
4
5
6
This is the core framework used by the `pytest`_, `tox`_, and `devpi`_ projects.
@@ -66,6 +66,8 @@ A definitive example
66
:target: https://travis-ci.org/pytest-dev/pluggy
67
.. |appveyor| image:: https://img.shields.io/appveyor/ci/pytestbot/pluggy/master.svg
68
:target: https://ci.appveyor.com/project/pytestbot/pluggy
69
+.. |anaconda| image:: https://anaconda.org/conda-forge/pluggy/badges/version.svg
70
+ :target: https://anaconda.org/conda-forge/pluggy
71
72
.. links
73
.. _pytest:
0 commit comments