From: Oleg Broytman Date: Mon, 13 Jan 2025 13:04:29 +0000 (+0300) Subject: Fix(tox.ini): Fix syntax X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=a68952490a56465ac197d6e60cb34300ad3b8948;p=cookiecutter.git Fix(tox.ini): Fix syntax --- diff --git a/project_template/tox.ini b/project_template/tox.ini index 9124a44..2a93037 100644 --- a/project_template/tox.ini +++ b/project_template/tox.ini @@ -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