Skip to content

Commit 93a399b

Browse files
committed
Remove Travis CI and AppVeyor badges
1 parent 0403d4a commit 93a399b

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,10 @@ What it takes to add a new reactor:
1717
* Add conditional ``deps`` for the new reactor such as ``foo: foobar`` to the appropriate test environments
1818
* Add ``fooreactor: pytest --reactor=foo`` to the commands list
1919

20-
* In ``.travis.yml``
20+
* In ``.github/workflows/ci.yml``
2121

2222
* Consider any extra system packages which may be required
2323

24-
* In ``appveyor.yml``
25-
26-
* Add the new reactor environment to the ``TOXENV`` for each relevant Python
27-
2824
Reference reactor additions:
2925
* `asyncio`_
3026
* `qt5reactor`_

README.rst

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
pytest-twisted - test twisted code with pytest
55
==============================================================================
66

7-
|PyPI| |Pythons| |Travis| |AppVeyor| |Actions| |Black|
7+
|PyPI| |Pythons| |Actions| |Black|
88

99
:Authors: Ralf Schmitt, Kyle Altendorf, Victor Titor
1010
:Version: 1.14.3
@@ -233,14 +233,6 @@ v1.9
233233
:alt: Supported Python versions
234234
:target: https://pypi.python.org/pypi/pytest-twisted
235235

236-
.. |Travis| image:: https://travis-ci.org/pytest-dev/pytest-twisted.svg?branch=master
237-
:alt: Travis build status
238-
:target: https://travis-ci.org/pytest-dev/pytest-twisted
239-
240-
.. |AppVeyor| image:: https://ci.appveyor.com/api/projects/status/eb1vp9hysp463c66/branch/master?svg=true
241-
:alt: AppVeyor build status
242-
:target: https://ci.appveyor.com/project/pytestbot/pytest-twisted
243-
244236
.. |Actions| image:: https://img.shields.io/github/workflow/status/pytest-dev/pytest-twisted/CI/master?logo=GitHub-Actions
245237
:alt: GitHub Actions build status
246238
:target: https://github.com/pytest-dev/pytest-twisted/actions?query=branch%3Amaster

0 commit comments

Comments
 (0)