Skip to content

Commit 22ed6c7

Browse files
authored
Merge pull request #23 from altendky/badges
Add badges and python version classifiers
2 parents d233e91 + ad1039f commit 22ed6c7

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

README.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
pytest-twisted - test twisted code with pytest
55
==============================================================================
66

7+
|Travis|_ |AppVeyor|_ |Pythons|
78

89
:Authors: Ralf Schmitt, Victor Titor
910
:Version: 1.6
@@ -80,3 +81,15 @@ corotwine work with pytest-twisted::
8081

8182

8283
That's all.
84+
85+
86+
.. |Travis| image:: https://travis-ci.org/pytest-dev/pytest-twisted.svg?branch=master
87+
:alt: Travis build status
88+
.. _Travis: https://travis-ci.org/pytest-dev/pytest-twisted
89+
90+
.. |AppVeyor| image:: https://ci.appveyor.com/api/projects/status/us5l0l9p7hyp2k6x/branch/master?svg=true
91+
:alt: AppVeyor build status
92+
.. _AppVeyor: https://ci.appveyor.com/project/vtitor/pytest-twisted
93+
94+
.. |Pythons| image:: https://img.shields.io/pypi/pyversions/pytest-twisted.svg
95+
:alt: supported Python versions

setup.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@
1919
'Operating System :: OS Independent',
2020
'Programming Language :: Python',
2121
'Topic :: Software Development :: Testing'
22+
'Programming Language :: Python :: 2',
23+
'Programming Language :: Python :: 2.6',
24+
'Programming Language :: Python :: 2.7',
25+
'Programming Language :: Python :: 3',
26+
'Programming Language :: Python :: 3.4',
27+
'Programming Language :: Python :: 3.5',
28+
'Programming Language :: Python :: 3.6',
2229
],
2330
entry_points={'pytest11': ['twisted = pytest_twisted']}
2431
)

0 commit comments

Comments
 (0)