File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff 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-
2824Reference reactor additions:
2925 * `asyncio `_
3026 * `qt5reactor `_
Original file line number Diff line number Diff line change 44pytest-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
You can’t perform that action at this time.
0 commit comments