We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b5e7038 + d599a91 commit ce774e0Copy full SHA for ce774e0
2 files changed
.travis.yml
README.rst
@@ -10,9 +10,9 @@ re-runs tests to eliminate intermittent failures.
10
.. image:: https://img.shields.io/pypi/v/pytest-rerunfailures.svg
11
:target: https://pypi.python.org/pypi/pytest-rerunfailures/
12
:alt: PyPI
13
-.. image:: https://img.shields.io/travis/pytest-dev/pytest-rerunfailures.svg
14
- :target: https://travis-ci.org/pytest-dev/pytest-rerunfailures/
15
- :alt: Travis
+.. image:: https://github.com/pytest-dev/pytest-rerunfailures/workflows/Test/badge.svg
+ :target: https://github.com/pytest-dev/pytest-rerunfailures/actions
+ :alt: GitHub Actions
16
17
Requirements
18
------------
0 commit comments