Skip to content

Commit

Permalink
Adding badge for python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus committed Aug 30, 2014
1 parent 048681d commit 19d46f8
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,29 @@ like key presses and mouse clicks:

This allows you to test and make sure your view layer is behaving the way you expect after each code change.

|version| |downloads| |ci| |coverage| |docs|
|python| |version| |downloads| |ci| |coverage| |docs|

.. Using PNG badges because PyPI doesn't support SVG
.. |version| image:: http://img.shields.io/pypi/v/pytest-qt.png
.. |version| image:: http://img.shields.io/pypi/v/pytest-qt.svg
:target: https://crate.io/packages/pytest-qt

.. |downloads| image:: http://img.shields.io/pypi/dm/pytest-qt.png
.. |downloads| image:: http://img.shields.io/pypi/dm/pytest-qt.svg
:target: https://crate.io/packages/pytest-qt

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

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

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

.. |python| image:: https://pypip.in/py_versions/pytest-qt/badge.svg
:target: https://pypi.python.org/pypi/pytest-qt/
:alt: Supported Python versions


Requirements
============
Expand Down

0 comments on commit 19d46f8

Please sign in to comment.