]> git.phdru.name Git - mc/mc-torrent-vfs-tests.git/commit
Tests(tox): Change syntax for `envlist`
authorOleg Broytman <phd@phdru.name>
Mon, 13 Jan 2025 21:45:54 +0000 (00:45 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 28 Jan 2025 14:20:25 +0000 (17:20 +0300)
commitc1639c3322d3ad7d99ff2fbc03c8f52914326de3
tree7d3436133bb5e9d641b918c6f53e8d298a18bc67
parentd2974174b67838c5902394176eb10d56ced6ad3a
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