I have a tox.ini with several envs, like this example:
tox.ini
[tox] envlist = py37, py38, py39, lint-{foo,bar,baz} ...