From bc6680bf6e9f80c4bdd357705b7553790e3b6b25 Mon Sep 17 00:00:00 2001 From: lizroth <30636882+lizroth@users.noreply.github.com> Date: Wed, 30 Sep 2020 15:56:35 -0700 Subject: [PATCH] chore: Fix basepython for mypy-py2. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6fe21863..c8b8688d 100644 --- a/tox.ini +++ b/tox.ini @@ -189,7 +189,7 @@ commands = {[testenv:mypy-coverage]commands} [testenv:mypy-py2] -basepython = {[testenv:mypy-common]basepython} +basepython = python2.7 deps = {[testenv:mypy-common]deps} commands = python -m mypy \