Revert "Remove check-python-versions that needs setup.py"

Supports pyproject.toml since 0.21.

This reverts commit a214531030.
This commit is contained in:
Chris Mayo 2023-05-03 19:24:53 +01:00
parent 23823779ee
commit 8820c8c0f0
2 changed files with 6 additions and 0 deletions

View file

@ -149,6 +149,7 @@ jobs:
matrix:
toxenv:
- flake8
- check-python-versions
- yamllint
steps:

View file

@ -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