Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit d5448f0

Browse files
authored
Remove AppVeyor and Travis and update readme badges (#498)
1 parent 45b6a59 commit d5448f0

File tree

3 files changed

+4
-51
lines changed

3 files changed

+4
-51
lines changed

.appveyor.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

.travis.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

README.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@ pydocstyle - docstring style checker
22
====================================
33

44

5-
.. image:: https://travis-ci.org/PyCQA/pydocstyle.svg?branch=master
6-
:target: https://travis-ci.org/PyCQA/pydocstyle
7-
8-
.. image:: https://ci.appveyor.com/api/projects/status/40kkc366bmrrttca/branch/master?svg=true
9-
:target: https://ci.appveyor.com/project/Nurdok/pydocstyle/branch/master
5+
.. image:: https://github.com/PyCQA/pydocstyle/workflows/Run%20tests/badge.svg
6+
:target: https://github.com/PyCQA/pydocstyle/actions?query=workflow%3A%22Run+tests%22+branch%3Amaster
107

118
.. image:: https://readthedocs.org/projects/pydocstyle/badge/?version=latest
129
:target: https://readthedocs.org/projects/pydocstyle/?badge=latest
@@ -15,6 +12,8 @@ pydocstyle - docstring style checker
1512
.. image:: https://img.shields.io/pypi/pyversions/pydocstyle.svg
1613
:target: https://pypi.org/project/pydocstyle
1714

15+
.. image:: https://pepy.tech/badge/pydocstyle
16+
:target: https://pepy.tech/project/pydocstyle
1817

1918
**pydocstyle** is a static analysis tool for checking compliance with Python
2019
docstring conventions.

0 commit comments

Comments
 (0)