Skip to content

Commit 794d37d

Browse files
authored
Add badge for anaconda and remove downloads badge
1 parent b66a81a commit 794d37d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pytest-cpp
44

55
Use `pytest <https://pypi.python.org/pypi/pytest>`_ runner to discover and execute C++ tests.
66

7-
|python| |version| |downloads| |ci| |coverage|
7+
|python| |version| |anaconda| |ci| |coverage|
88

99
Supports both `Google Test <https://code.google.com/p/googletest>`_ and
1010
`Boost::Test <http://www.boost.org/doc/libs/release/libs/test>`_:
@@ -14,8 +14,8 @@ Supports both `Google Test <https://code.google.com/p/googletest>`_ and
1414
.. |version| image:: http://img.shields.io/pypi/v/pytest-cpp.png
1515
:target: https://crate.io/packages/pytest-cpp
1616

17-
.. |downloads| image:: http://img.shields.io/pypi/dm/pytest-cpp.png
18-
:target: https://crate.io/packages/pytest-cpp
17+
.. |anaconda| image:: https://anaconda.org/conda-forge/pytest-cpp/badges/version.svg
18+
:target: https://anaconda.org/conda-forge/pytest-cpp
1919

2020
.. |ci| image:: http://img.shields.io/travis/pytest-dev/pytest-cpp.png
2121
:target: https://travis-ci.org/pytest-dev/pytest-cpp

0 commit comments

Comments
 (0)