mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Revert "Remove check-python-versions that needs setup.py"
Supports pyproject.toml since 0.21.
This reverts commit a214531030.
This commit is contained in:
parent
23823779ee
commit
8820c8c0f0
2 changed files with 6 additions and 0 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
|
@ -149,6 +149,7 @@ jobs:
|
|||
matrix:
|
||||
toxenv:
|
||||
- flake8
|
||||
- check-python-versions
|
||||
- yamllint
|
||||
|
||||
steps:
|
||||
|
|
|
|||
5
tox.ini
5
tox.ini
|
|
@ -28,6 +28,11 @@ deps = flake8
|
|||
skip_install = true
|
||||
commands = flake8 {posargs}
|
||||
|
||||
[testenv:check-python-versions]
|
||||
deps = check-python-versions
|
||||
skip_install = true
|
||||
commands = check-python-versions {posargs}
|
||||
|
||||
[testenv:yamllint]
|
||||
deps = yamllint
|
||||
skip_install = true
|
||||
|
|
|
|||
Loading…
Reference in a new issue