Tox can be configured also into setup.cfg file, e.g.
[tox:tox]
isolated_build = true
envlist = lint, format, py3.8, py3.9, py3.10, py3.11, build
or, using default naming convention
[tox:tox]
isolated_build = true
envlist = lint, format, py38, py39, py310, py311, build
Tox can be configured also into setup.cfg file, e.g.
or, using default naming convention