From 25a668e3bc320a43d600878d0e6aa263bf380dc5 Mon Sep 17 00:00:00 2001 From: James Bennett Date: Sat, 12 Dec 2020 01:47:58 -0800 Subject: [PATCH] Fix up basepython for local runs. --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 93c48874..a426a7b6 100644 --- a/tox.ini +++ b/tox.ini @@ -137,6 +137,7 @@ commands = # flake8 finds any problems. [testenv:flake8] description = Lint code with flake8. +basepython = python3.9 changedir = {toxinidir} deps = flake8 commands = @@ -146,6 +147,7 @@ commands = # any problems are found. [testenv:isort] description = Lint imports with isort. +basepython = python3.9 changedir = {toxinidir} deps = isort commands =