@@ -28,29 +28,28 @@ 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
- |python | |version | |downloads | |ci | |coverage | |docs |
32
-
33
31
.. Using PNG badges because PyPI doesn't support SVG
34
32
35
- .. |version | image :: http://img.shields.io/pypi/v/pytest-qt.svg
36
- :target: https://crate.io/packages /pytest-qt
33
+ .. |version | image :: http://img.shields.io/pypi/v/pytest-qt.png
34
+ :target: https://pypi.python.org/pypi /pytest-qt
37
35
38
- .. |downloads | image :: http://img.shields.io/pypi/dm/pytest-qt.svg
39
- :target: https://crate.io/packages /pytest-qt
36
+ .. |downloads | image :: http://img.shields.io/pypi/dm/pytest-qt.png
37
+ :target: https://pypi.python.org/pypi /pytest-qt
40
38
41
- .. |ci | image :: http://img.shields.io/travis/nicoddemus/pytest-qt.svg
39
+ .. |ci | image :: http://img.shields.io/travis/nicoddemus/pytest-qt.png
42
40
:target: https://travis-ci.org/nicoddemus/pytest-qt
43
41
44
- .. |coverage | image :: http://img.shields.io/coveralls/nicoddemus/pytest-qt.svg
42
+ .. |coverage | image :: http://img.shields.io/coveralls/nicoddemus/pytest-qt.png
45
43
:target: https://coveralls.io/r/nicoddemus/pytest-qt
46
44
47
45
.. |docs | image :: https://readthedocs.org/projects/pytest-qt/badge/?version=latest
48
46
:target: https://pytest-qt.readthedocs.org
49
47
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
48
+ .. |python | image :: https://pypip.in/py_versions/pytest-qt/badge.png
49
+ :target: https://pypi.python.org/pypi/pytest-qt/
50
+ :alt: Supported Python versions
53
51
52
+ |python | |version | |downloads | |ci | |coverage | |docs |
54
53
55
54
Requirements
56
55
============
0 commit comments