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 11pluggy - A minimalist production ready plugin system
22====================================================
3- |pypi | |versions | |travis | |appveyor |
3+ |pypi | |anaconda | | versions | |travis | |appveyor |
44
55
66This is the core framework used by the `pytest `_, `tox `_, and `devpi `_ projects.
@@ -66,6 +66,8 @@ A definitive example
6666 :target: https://travis-ci.org/pytest-dev/pluggy
6767.. |appveyor | image :: https://img.shields.io/appveyor/ci/pytestbot/pluggy/master.svg
6868 :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
6971
7072.. links
7173 .. _pytest :
Original file line number Diff line number Diff line change 1010 'Operating System :: MacOS :: MacOS X' ,
1111 'Topic :: Software Development :: Testing' ,
1212 'Topic :: Software Development :: Libraries' ,
13- 'Topic :: Utilities' ] + [
13+ 'Topic :: Utilities' ,
14+ 'Programming Language :: Python :: Implementation :: CPython' ,
15+ 'Programming Language :: Python :: Implementation :: PyPy' ] + [
1416 ('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 ()]
1618
1719with open ('README.rst' ) as fd :
1820 long_description = fd .read ()
You can’t perform that action at this time.
0 commit comments