We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19661b4 commit d0cf7a2Copy full SHA for d0cf7a2
1 file changed
README.rst
@@ -30,6 +30,8 @@ This allows you to test and make sure your view layer is behaving the way you ex
30
31
|version| |downloads| |ci|
32
33
+.. Using PNG badges because PyPI doesn't support SVG
34
+
35
.. |version| image:: http://img.shields.io/pypi/v/pytest-qt.png
36
:target: https://crate.io/packages/pytest-qt
37
@@ -38,7 +40,10 @@ This allows you to test and make sure your view layer is behaving the way you ex
38
40
39
41
.. |ci| image:: http://img.shields.io/travis/nicoddemus/pytest-qt.png
42
:target: https://travis-ci.org/nicoddemus/pytest-qt
-
43
44
+.. |coverage| image:: http://img.shields.io/coveralls/nicoddemus/pytest-qt.png
45
+ :target: https://coveralls.io/r/nicoddemus/pytest-qt
46
47
48
Requirements
49
============
0 commit comments