]> git.phdru.name Git - mc/mc-tests-torrent-vfs.git/commit
Tests(tox): Change syntax for `envlist` master
authorOleg Broytman <phd@phdru.name>
Mon, 13 Jan 2025 21:45:54 +0000 (00:45 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 13 Jan 2025 22:12:31 +0000 (01:12 +0300)
commitd8aa65d70058268123bdf83f7bb2b23d74db777d
treeb44844e46a50152ac454f75b9426139a583c51ac
parent1637569bb60a48b63822131e2bea88a9a77dcc34
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