Tests(tox): Change syntax for `envlist`
authorOleg Broytman <phd@phdru.name>
Mon, 13 Jan 2025 21:55:06 +0000 (00:55 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 13 Jan 2025 21:55:06 +0000 (00:55 +0300)
commit769baf1dfa1962ce0060cf8a721eaaa0f0c7c72d
treea07ae4763a2010ab98cd1cbb9fa85ea9ea0e5edb
parent0f3f0c1078da2f099d0f0501b7f9c275083d3d31
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:]`.
tox.ini