File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Expand file tree Collapse file tree 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:
2828
2929This 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
5155Requirements
5256============
You can’t perform that action at this time.
0 commit comments