From df3f21afb6917fef850026b8b2bbcf28018287c9 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 25 Dec 2015 16:28:50 -0200 Subject: [PATCH] Add badge of supported python versions to README --- README.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 0e326c72b..13c896582 100644 --- a/README.rst +++ b/README.rst @@ -7,6 +7,8 @@ scales to support complex functional testing. .. image:: https://img.shields.io/pypi/v/pytest.svg :target: https://pypi.python.org/pypi/pytest +.. image:: https://img.shields.io/pypi/pyversions/pytest.svg + :target: https://pypi.python.org/pypi/pytest .. image:: https://img.shields.io/coveralls/pytest-dev/pytest/master.svg :target: https://coveralls.io/r/pytest-dev/pytest .. image:: https://travis-ci.org/pytest-dev/pytest.svg?branch=master