From 8e708c62770daba36cf8df1020639aaa826546b9 Mon Sep 17 00:00:00 2001 From: Lee Miller Date: Mon, 9 May 2022 19:36:27 +0300 Subject: [PATCH] Adjust tox.ini: add py35 and py310, set basepython = python3 for bandit --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f76ee054..7c5ad2f9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = reset,py{27,27-portable,36,38,39},stats +envlist = reset,py{27,27-portable,35,36,38,39,310},stats skip_missing_interpreters = true [testenv] @@ -14,6 +14,7 @@ commands = coverage run -a -m tests [testenv:lint-basic] +basepython = python3 deps = bandit flake8