Skip to content

Commit 19d46f8

Browse files
committed
Adding badge for python versions
1 parent 048681d commit 19d46f8

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.rst

+9-5
Original file line numberDiff line numberDiff line change
@@ -28,25 +28,29 @@ like key presses and mouse clicks:
2828

2929
This allows you to test and make sure your view layer is behaving the way you expect after each code change.
3030

31-
|version| |downloads| |ci| |coverage| |docs|
31+
|python| |version| |downloads| |ci| |coverage| |docs|
3232

3333
.. Using PNG badges because PyPI doesn't support SVG
3434
35-
.. |version| image:: http://img.shields.io/pypi/v/pytest-qt.png
35+
.. |version| image:: http://img.shields.io/pypi/v/pytest-qt.svg
3636
:target: https://crate.io/packages/pytest-qt
3737

38-
.. |downloads| image:: http://img.shields.io/pypi/dm/pytest-qt.png
38+
.. |downloads| image:: http://img.shields.io/pypi/dm/pytest-qt.svg
3939
:target: https://crate.io/packages/pytest-qt
4040

41-
.. |ci| image:: http://img.shields.io/travis/nicoddemus/pytest-qt.png
41+
.. |ci| image:: http://img.shields.io/travis/nicoddemus/pytest-qt.svg
4242
:target: https://travis-ci.org/nicoddemus/pytest-qt
4343

44-
.. |coverage| image:: http://img.shields.io/coveralls/nicoddemus/pytest-qt.png
44+
.. |coverage| image:: http://img.shields.io/coveralls/nicoddemus/pytest-qt.svg
4545
:target: https://coveralls.io/r/nicoddemus/pytest-qt
4646

4747
.. |docs| image:: https://readthedocs.org/projects/pytest-qt/badge/?version=latest
4848
:target: https://pytest-qt.readthedocs.org
4949

50+
.. |python| image:: https://pypip.in/py_versions/pytest-qt/badge.svg
51+
:target: https://pypi.python.org/pypi/pytest-qt/
52+
:alt: Supported Python versions
53+
5054

5155
Requirements
5256
============

0 commit comments

Comments
 (0)