From 29e5718a75e120d5f0b44fd02cc636ac6909f458 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 4 Mar 2019 12:21:00 -0500 Subject: [PATCH] Use basepython 3.7 for flake8 tests this to prevent flake8 from running with python 2 as we have py3k-specific checks Change-Id: I82404ea91ecdfc29c70dbc2773f481a3c844215c --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 660761a9..144611fb 100644 --- a/tox.ini +++ b/tox.ini @@ -57,6 +57,7 @@ commands= # thanks to https://julien.danjou.info/the-best-flake8-extensions/ [testenv:pep8] +basepython = python3.7 deps= flake8 flake8-import-order -- 2.47.2