Merge pull request #2385 from nicoddemus/anaconda-badge

Add badge for anaconda package version
This commit is contained in:
Ronny Pfannschmidt 2017-05-03 07:07:52 +02:00 committed by GitHub
commit 3fc917a261
1 changed files with 11 additions and 4 deletions

View File

@ -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