]> git.phdru.name Git - m_librarian.git/commit
Tests(tox): Change syntax for `envlist` master
authorOleg Broytman <phd@phdru.name>
Mon, 13 Jan 2025 21:36:53 +0000 (00:36 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 13 Jan 2025 21:36:53 +0000 (00:36 +0300)
commit4ae9e869eefcf18796ff83250ddf3755c4170d8c
tree3a5bd4c996a5bbf0d912b744d41cb969c3defe91
parent40ff289ac03e655cd91bf9247899c8ee87a1513c
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