Remove check-python-versions that needs setup.py

This commit is contained in:
Chris Mayo 2022-09-05 19:24:01 +01:00
parent 1975613b44
commit a214531030
2 changed files with 0 additions and 6 deletions

View file

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

View file

@ -27,11 +27,6 @@ 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