]> git.phdru.name Git - mimedecode.git/commit
Tests(tox): Change syntax for `envlist` master
authorOleg Broytman <phd@phdru.name>
Mon, 13 Jan 2025 21:49:14 +0000 (00:49 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 13 Jan 2025 22:06:42 +0000 (01:06 +0300)
commit4fe9f5aa9b4ac01e9f1d0232361470309950eee2
treeb07916e013132a22393c6c2826424668c126e560
parent3da08c8a7aa01a37c3cb0517dff9ae055fe0a51a
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