From ae7ad4c19cd5bb296547f504eb93fbfbdb445ff6 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 25 Dec 2015 16:36:04 -0200 Subject: [PATCH] Add badge of supported python versions to README --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index eb44384..f7ac83f 100644 --- a/README.rst +++ b/README.rst @@ -18,7 +18,7 @@ of a test: .. Using PNG badges because PyPI doesn't support SVG -|version| |downloads| |ci| |appveyor| |coverage| +|python| |version| |downloads| |ci| |appveyor| |coverage| .. |version| image:: http://img.shields.io/pypi/v/pytest-mock.png :target: https://pypi.python.org/pypi/pytest-mock @@ -34,7 +34,9 @@ of a test: .. |coverage| image:: http://img.shields.io/coveralls/pytest-dev/pytest-mock.png :target: https://coveralls.io/r/pytest-dev/pytest-mock - + +.. |python| image:: https://img.shields.io/pypi/pyversions/pytest-mock.svg + :target: https://pypi.python.org/pypi/pytest-mock/ Usage =====