Skip to content

Commit 163ac3a

Browse files
committed
Fix the repository badges
Signed-off-by: Stavros Ntentos <[email protected]>
1 parent 2d6d83a commit 163ac3a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# pylint-pytest
22

3-
[![Python package](https://github.com/pylint-dev/pylint-pytest/actions/workflows/run-tests.yaml/badge.svg)](https://github.com/pylint-dev/pylint-pytest/actions/workflows/run-tests.yaml)
4-
[![PyPI version fury.io](https://badge.fury.io/py/pylint-pytest.svg)](https://pypi.python.org/pypi/pylint-pytest/)
5-
[![Travis CI](https://travis-ci.org/reverbc/pylint-pytest.svg?branch=master)](https://travis-ci.org/reverbc/pylint-pytest)
6-
[![AppVeyor](https://ci.appveyor.com/api/projects/status/github/reverbc/pylint-pytest?branch=master&svg=true)](https://ci.appveyor.com/project/reverbc/pylint-pytest)
3+
[![Github - Testing](https://github.com/pylint-dev/pylint-pytest/actions/workflows/run-tests.yaml/badge.svg)](https://github.com/pylint-dev/pylint-pytest/actions/workflows/run-tests.yaml)
4+
![PyPI - Downloads](https://img.shields.io/pypi/dd/pylint-pytest)
5+
![PyPI - Version](https://img.shields.io/pypi/v/pylint-pytest)
6+
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pylint-pytest)
77

88
A Pylint plugin to suppress pytest-related false positives.
99

0 commit comments

Comments
 (0)