File tree 3 files changed +3
-29
lines changed
3 files changed +3
-29
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ documentation. Some useful information:
16
16
- We keep the master branch passing all tests at all times on all
17
17
supported versions.
18
18
19
- `Travis CI <https://travis-ci.org /html5lib/html5lib-python/ >`_ is run
19
+ `GitHub Actions <https://github.com /html5lib/html5lib-python/actions >`_ is run
20
20
against all pull requests and should enforce all of the above.
21
21
22
22
We use `Opera Critic <https://critic.hoppipolla.co.uk/ >`_ as an external
Original file line number Diff line number Diff line change 1
1
html5lib
2
2
========
3
3
4
- .. image :: https://travis-ci.org/html5lib/html5lib-python.svg?branch=master
5
- :target: https://travis-ci.org/html5lib/html5lib-python
6
-
4
+ .. image :: https://github.com/html5lib/html5lib-python/actions/workflows/python-tox.yml/badge.svg
5
+ :target: https://github.com/html5lib/html5lib-python/actions/workflows/python-tox.yml
7
6
8
7
html5lib is a pure-python library for parsing HTML. It is designed to
9
8
conform to the WHATWG HTML specification, as is implemented by all major
You can’t perform that action at this time.
0 commit comments