Skip to content

Commit 624fa4c

Browse files
committed
Using PNG badges because PyPI doesn't support SVG
1 parent 07c71a4 commit 624fa4c

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

README.rst

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -28,29 +28,28 @@ 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-
|python| |version| |downloads| |ci| |coverage| |docs|
32-
3331
.. Using PNG badges because PyPI doesn't support SVG
3432
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
3735

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
4038

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

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

4745
.. |docs| image:: https://readthedocs.org/projects/pytest-qt/badge/?version=latest
4846
:target: https://pytest-qt.readthedocs.org
4947

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
5351

52+
|python| |version| |downloads| |ci| |coverage| |docs|
5453

5554
Requirements
5655
============

0 commit comments

Comments
 (0)