File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 22pluggy - A minimalist production ready plugin system
33====================================================
44
5- |pypi | |anaconda | |versions | |travis | |appveyor | |gitter |
5+ |pypi | |anaconda | |versions | |travis | |appveyor | |gitter | | black |
66
77This is the core framework used by the `pytest `_, `tox `_, and `devpi `_ projects.
88
@@ -59,20 +59,29 @@ A definitive example
5959
6060
6161.. badges
62+
6263 .. |pypi | image :: https://img.shields.io/pypi/v/pluggy.svg
6364 :target: https://pypi.org/pypi/pluggy
65+
6466.. |versions | image :: https://img.shields.io/pypi/pyversions/pluggy.svg
6567 :target: https://pypi.org/pypi/pluggy
68+
6669.. |travis | image :: https://img.shields.io/travis/pytest-dev/pluggy/master.svg
6770 :target: https://travis-ci.org/pytest-dev/pluggy
71+
6872.. |appveyor | image :: https://img.shields.io/appveyor/ci/pytestbot/pluggy/master.svg
6973 :target: https://ci.appveyor.com/project/pytestbot/pluggy
74+
7075.. |anaconda | image :: https://anaconda.org/conda-forge/pluggy/badges/version.svg
7176 :target: https://anaconda.org/conda-forge/pluggy
77+
7278.. |gitter | image :: https://badges.gitter.im/pytest-dev/pluggy.svg
7379 :alt: Join the chat at https://gitter.im/pytest-dev/pluggy
7480 :target: https://gitter.im/pytest-dev/pluggy?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
7581
82+ .. |black | image :: https://img.shields.io/badge/code%20style-black-000000.svg
83+ :target: https://github.com/ambv/black
84+
7685.. links
7786 .. _pytest :
7887 http://pytest.org
You can’t perform that action at this time.
0 commit comments