]> git.phdru.name Git - cookiecutter.git/commit
Tests(tox): Change syntax for `envlist`
authorOleg Broytman <phd@phdru.name>
Mon, 13 Jan 2025 21:58:31 +0000 (00:58 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 13 Jan 2025 22:54:13 +0000 (01:54 +0300)
commit125cb30475a479dceff50a27f069346d508db85f
tree05078d08f48b579c3ec2054e5424039e77f6fee4
parent37d10659360414f9f655c89a6834ee1ecca321f4
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:]`.
project_template/tox.ini