Skip to content

Commit 879ec70

Browse files
authored
Merge pull request #195 from hugovk/rm-travis
2 parents 0403d4a + 13587a3 commit 879ec70

File tree

3 files changed

+7
-19
lines changed

3 files changed

+7
-19
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
repos:
2-
- repo: https://github.com/ambv/black
2+
- repo: https://github.com/psf/black
33
rev: stable
44
hooks:
55
- id: black

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: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
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
1111
:Date: 2024-08-21
12-
:Download: https://pypi.python.org/pypi/pytest-twisted#downloads
12+
:Download: https://pypi.org/project/pytest-twisted/#files
1313
:Code: https://github.com/pytest-dev/pytest-twisted
1414

1515

@@ -227,26 +227,18 @@ v1.9
227227

228228
.. |PyPI| image:: https://img.shields.io/pypi/v/pytest-twisted.svg
229229
:alt: PyPI version
230-
:target: https://pypi.python.org/pypi/pytest-twisted
230+
:target: https://pypi.org/project/pytest-twisted/
231231

232232
.. |Pythons| image:: https://img.shields.io/pypi/pyversions/pytest-twisted.svg
233233
:alt: Supported Python versions
234-
:target: https://pypi.python.org/pypi/pytest-twisted
235-
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
234+
:target: https://pypi.org/project/pytest-twisted/
243235

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
247239

248240
.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
249241
:alt: Black code style
250-
:target: https://github.com/ambv/black
242+
:target: https://github.com/psf/black
251243

252244
.. _guide: CONTRIBUTING.rst

0 commit comments

Comments
 (0)