From 34f488757f05984f9a75dce69ef6f55c18b1db51 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 28 Apr 2017 12:51:40 -0300 Subject: [PATCH] Add badge for anaconda package version --- README.rst | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index d5650af65..3a0abc5c1 100644 --- a/README.rst +++ b/README.rst @@ -6,13 +6,20 @@ ------ .. image:: https://img.shields.io/pypi/v/pytest.svg - :target: https://pypi.python.org/pypi/pytest + :target: https://pypi.python.org/pypi/pytest + +.. image:: https://anaconda.org/conda-forge/pytest/badges/version.svg + :target: https://anaconda.org/conda-forge/pytest + .. image:: https://img.shields.io/pypi/pyversions/pytest.svg - :target: https://pypi.python.org/pypi/pytest + :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 + :target: https://coveralls.io/r/pytest-dev/pytest + .. image:: https://travis-ci.org/pytest-dev/pytest.svg?branch=master :target: https://travis-ci.org/pytest-dev/pytest + .. image:: https://ci.appveyor.com/api/projects/status/mrgbjaua7t33pg6b?svg=true :target: https://ci.appveyor.com/project/pytestbot/pytest @@ -34,7 +41,7 @@ An example of a simple test: To execute it:: $ pytest - ============================= test session starts ============================= + ============================= test session starts ============================= collected 1 items test_sample.py F