Skip to content

Commit 44e308c

Browse files
committed
Add PyPI version badge
1 parent 810113a commit 44e308c

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.rst

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

7-
|Travis|_ |AppVeyor|_ |Pythons|
7+
|PyPI| |Pythons| |Travis|_ |AppVeyor|_
88

99
:Authors: Ralf Schmitt, Kyle Altendorf, Victor Titor
1010
:Version: 1.7.1
@@ -88,6 +88,12 @@ corotwine work with pytest-twisted::
8888
That's all.
8989

9090

91+
.. |PyPI| image:: https://img.shields.io/pypi/v/pytest-twisted.svg
92+
:target: https://pypi.python.org/pypi/pytest-twisted
93+
94+
.. |Pythons| image:: https://img.shields.io/pypi/pyversions/pytest-twisted.svg
95+
:alt: supported Python versions
96+
9197
.. |Travis| image:: https://travis-ci.org/pytest-dev/pytest-twisted.svg?branch=master
9298
:alt: Travis build status
9399
.. _Travis: https://travis-ci.org/pytest-dev/pytest-twisted
@@ -96,7 +102,4 @@ That's all.
96102
:alt: AppVeyor build status
97103
.. _AppVeyor: https://ci.appveyor.com/project/vtitor/pytest-twisted
98104

99-
.. |Pythons| image:: https://img.shields.io/pypi/pyversions/pytest-twisted.svg
100-
:alt: supported Python versions
101-
102105
.. _guide: CONTRIBUTING.rst

0 commit comments

Comments
 (0)