Skip to content

Commit f5beb00

Browse files
authored
Merge pull request #129 from pytest-dev/altendky-patch-5
Add GitHub Actions badge
2 parents a28eaff + 8f54b80 commit f5beb00

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.rst

Lines changed: 5 additions & 1 deletion
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| |Black|
7+
|PyPI| |Pythons| |Travis| |AppVeyor| |Actions| |Black|
88

99
:Authors: Ralf Schmitt, Kyle Altendorf, Victor Titor
1010
:Version: 1.13.2
@@ -229,6 +229,10 @@ v1.9
229229
:alt: AppVeyor build status
230230
:target: https://ci.appveyor.com/project/pytestbot/pytest-twisted
231231

232+
.. |Actions| image:: https://img.shields.io/github/workflow/status/pytest-dev/pytest-twisted/CI/master?logo=GitHub-Actions
233+
:alt: GitHub Actions build status
234+
:target: https://github.com/pytest-dev/pytest-twisted/actions?query=branch%3Amaster
235+
232236
.. |Black| image:: https://img.shields.io/badge/code%20style-black-000000.svg
233237
:alt: Black code style
234238
:target: https://github.com/ambv/black

0 commit comments

Comments
 (0)