Skip to content

Commit 26299d5

Browse files
committed
Add badges, remove Travis
1 parent b3cd995 commit 26299d5

File tree

2 files changed

+10
-52
lines changed

2 files changed

+10
-52
lines changed

.travis.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

README.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ This plugin **does not work on Windows** because there's no ``fork`` support.
1414
* ``--forked``: run each test in a forked
1515
subprocess to survive ``SEGFAULTS`` or otherwise dying processes.
1616

17+
|python| |version| |ci|
18+
19+
.. |version| image:: http://img.shields.io/pypi/v/pytest-mock.svg
20+
:target: https://pypi.python.org/pypi/pytest-mock
21+
22+
.. |ci| image:: https://github.com/pytest-dev/pytest-mock/workflows/build/badge.svg
23+
:target: https://github.com/pytest-dev/pytest-mock/actions
24+
25+
.. |python| image:: https://img.shields.io/pypi/pyversions/pytest-mock.svg
26+
:target: https://pypi.python.org/pypi/pytest-mock/
1727

1828
Installation
1929
-----------------------

0 commit comments

Comments
 (0)