Skip to content

Commit 796b7f3

Browse files
authored
Update badges in README.rst (#426)
1 parent cc52d41 commit 796b7f3

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
async-timeout
22
=============
3-
.. image:: https://travis-ci.com/aio-libs/async-timeout.svg?branch=master
4-
:target: https://travis-ci.com/aio-libs/async-timeout
3+
.. image:: https://github.com/aio-libs/async-timeout/actions/workflows/ci.yml/badge.svg
4+
:target: https://github.com/aio-libs/async-timeout/actions/workflows/ci.yml
55
.. image:: https://codecov.io/gh/aio-libs/async-timeout/branch/master/graph/badge.svg
66
:target: https://codecov.io/gh/aio-libs/async-timeout
77
.. image:: https://img.shields.io/pypi/v/async-timeout.svg
88
:target: https://pypi.python.org/pypi/async-timeout
9-
.. image:: https://badges.gitter.im/Join%20Chat.svg
10-
:target: https://gitter.im/aio-libs/Lobby
11-
:alt: Chat on Gitter
129

1310
asyncio-compatible timeout context manager.
1411

0 commit comments

Comments
 (0)