File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
pluggy - A minimalist production ready plugin system
2
2
====================================================
3
- |pypi | |versions | |travis | |appveyor |
3
+ |pypi | |anaconda | | versions | |travis | |appveyor |
4
4
5
5
6
6
This is the core framework used by the `pytest `_, `tox `_, and `devpi `_ projects.
@@ -66,6 +66,8 @@ A definitive example
66
66
:target: https://travis-ci.org/pytest-dev/pluggy
67
67
.. |appveyor | image :: https://img.shields.io/appveyor/ci/pytestbot/pluggy/master.svg
68
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
69
71
70
72
.. links
71
73
.. _pytest :
Original file line number Diff line number Diff line change 10
10
'Operating System :: MacOS :: MacOS X' ,
11
11
'Topic :: Software Development :: Testing' ,
12
12
'Topic :: Software Development :: Libraries' ,
13
- 'Topic :: Utilities' ] + [
13
+ 'Topic :: Utilities' ,
14
+ 'Programming Language :: Python :: Implementation :: CPython' ,
15
+ 'Programming Language :: Python :: Implementation :: PyPy' ] + [
14
16
('Programming Language :: Python :: %s' % x ) for x in
15
- '2 2.6 2.7 3 3.3 3.4 3.5' .split ()]
17
+ '2 2.6 2.7 3 3.3 3.4 3.5 3.6 ' .split ()]
16
18
17
19
with open ('README.rst' ) as fd :
18
20
long_description = fd .read ()
You can’t perform that action at this time.
0 commit comments