]> git.phdru.name Git - ppu.git/commit
Tests(tox): Change syntax for `envlist`
authorOleg Broytman <phd@phdru.name>
Mon, 13 Jan 2025 21:53:14 +0000 (00:53 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 13 Jan 2025 22:14:42 +0000 (01:14 +0300)
commit3c430f120a50b403303d7dc03796ecf0be508ffd
treee8b946b24bde025e9f24792b665978fecf5b42a6
parentf7f874fcfb94d10722ba67fce3f93bc92c8dd537
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