From e0dc4ceac23cdb539ac22c0fdded1f1d181c43bf Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 5 Dec 2022 13:47:50 +0300 Subject: [PATCH] fixup! Feat(requirements): Update versions --- project_template/tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project_template/tox.ini b/project_template/tox.ini index f3eceaa..84b0513 100644 --- a/project_template/tox.ini +++ b/project_template/tox.ini @@ -1,7 +1,7 @@ [tox] -minversion = 2.0 toxworkdir={homedir}/.tox/{project} envlist = py27,py3{4,5,6,7},py{27,37}-flake8 +minversion = 3.15 # Base test environment settings [testenv] -- 2.39.2