File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 4
4
pytest-twisted - test twisted code with pytest
5
5
==============================================================================
6
6
7
+ |Travis |_ |AppVeyor |_ |Pythons |
7
8
8
9
:Authors: Ralf Schmitt, Victor Titor
9
10
:Version: 1.6
@@ -80,3 +81,15 @@ corotwine work with pytest-twisted::
80
81
81
82
82
83
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
Original file line number Diff line number Diff line change 19
19
'Operating System :: OS Independent' ,
20
20
'Programming Language :: Python' ,
21
21
'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' ,
22
29
],
23
30
entry_points = {'pytest11' : ['twisted = pytest_twisted' ]}
24
31
)
You can’t perform that action at this time.
0 commit comments