We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39e350a + a2e2894 commit f05f37cCopy full SHA for f05f37c
README.rst
@@ -10,9 +10,9 @@ cssselect: CSS Selectors for Python
10
:target: https://pypi.python.org/pypi/cssselect
11
:alt: Supported Python Versions
12
13
-.. image:: https://img.shields.io/travis/scrapy/cssselect/master.svg
14
- :target: https://travis-ci.org/scrapy/cssselect
15
- :alt: Build Status
+.. image:: https://github.com/scrapy/cssselect/actions/workflows/tests.yml/badge.svg
+ :target: https://github.com/scrapy/cssselect/actions/workflows/tests.yml
+ :alt: Tests
16
17
.. image:: https://img.shields.io/codecov/c/github/scrapy/cssselect/master.svg
18
:target: https://codecov.io/github/scrapy/cssselect?branch=master
0 commit comments