Oleg Broytman [Mon, 13 Jan 2025 21:45:54 +0000 (00:45 +0300)]
Tests(tox): Change syntax for `envlist`
`[testenv:]` doesn't allow lists like `[testenv:py27,py3{4,5}]`;
it only allows syntax like `[testenv:py{27,34,35}]`.
This commit changes syntax for `envlist` to make it closer to `[testenv:]`.