File tree 1 file changed +9
-5
lines changed
1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -28,25 +28,29 @@ like key presses and mouse clicks:
28
28
29
29
This allows you to test and make sure your view layer is behaving the way you expect after each code change.
30
30
31
- |version | |downloads | |ci | |coverage | |docs |
31
+ |python | | version | |downloads | |ci | |coverage | |docs |
32
32
33
33
.. Using PNG badges because PyPI doesn't support SVG
34
34
35
- .. |version | image :: http://img.shields.io/pypi/v/pytest-qt.png
35
+ .. |version | image :: http://img.shields.io/pypi/v/pytest-qt.svg
36
36
:target: https://crate.io/packages/pytest-qt
37
37
38
- .. |downloads | image :: http://img.shields.io/pypi/dm/pytest-qt.png
38
+ .. |downloads | image :: http://img.shields.io/pypi/dm/pytest-qt.svg
39
39
:target: https://crate.io/packages/pytest-qt
40
40
41
- .. |ci | image :: http://img.shields.io/travis/nicoddemus/pytest-qt.png
41
+ .. |ci | image :: http://img.shields.io/travis/nicoddemus/pytest-qt.svg
42
42
:target: https://travis-ci.org/nicoddemus/pytest-qt
43
43
44
- .. |coverage | image :: http://img.shields.io/coveralls/nicoddemus/pytest-qt.png
44
+ .. |coverage | image :: http://img.shields.io/coveralls/nicoddemus/pytest-qt.svg
45
45
:target: https://coveralls.io/r/nicoddemus/pytest-qt
46
46
47
47
.. |docs | image :: https://readthedocs.org/projects/pytest-qt/badge/?version=latest
48
48
:target: https://pytest-qt.readthedocs.org
49
49
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
+
50
54
51
55
Requirements
52
56
============
You can’t perform that action at this time.
0 commit comments