Skip to content

Commit f05f37c

Browse files
authored
Merge pull request #117 from scrapy/update-badges
Update CI badge
2 parents 39e350a + a2e2894 commit f05f37c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ cssselect: CSS Selectors for Python
1010
:target: https://pypi.python.org/pypi/cssselect
1111
:alt: Supported Python Versions
1212

13-
.. image:: https://img.shields.io/travis/scrapy/cssselect/master.svg
14-
:target: https://travis-ci.org/scrapy/cssselect
15-
:alt: Build Status
13+
.. image:: https://github.com/scrapy/cssselect/actions/workflows/tests.yml/badge.svg
14+
:target: https://github.com/scrapy/cssselect/actions/workflows/tests.yml
15+
:alt: Tests
1616

1717
.. image:: https://img.shields.io/codecov/c/github/scrapy/cssselect/master.svg
1818
:target: https://codecov.io/github/scrapy/cssselect?branch=master

0 commit comments

Comments
 (0)