]> git.phdru.name Git - cookiecutter.git/commitdiff
Fix(tox.ini): Fix syntax
authorOleg Broytman <phd@phdru.name>
Mon, 13 Jan 2025 13:04:29 +0000 (16:04 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 13 Jan 2025 22:54:13 +0000 (01:54 +0300)
project_template/tox.ini

index 9124a440cbc0bf48d7512a94ecc72ef856be2f5a..2a9303792a77b7575a13d813f546b99429104d15 100644 (file)
@@ -11,12 +11,12 @@ passenv = CI DISTUTILS_USE_SDK MSSdk INCLUDE LIB WINDIR
 deps =
     -rdevscripts/requirements/requirements_tests.txt
 
-[testenv:py27,py3{4,5,6,7,8,9,10,11,12,13}]
+[testenv:py{27,34,35,36,37,38,39,310,311,312,313,py,py3}]
 commands =
     {[testenv]commands}
     {envpython} -m pytest
 
-[testenv:py27,py3{4,5,6,7,8,9,10,11,12,13}-flake8]
+[testenv:py{27,34,35,36,37,38,39,310,311,312,313,py,py3}-flake8]
 deps =
     flake8
     pytest < 7.0