From b9d9d4169132f4b82ec0e195b9538c2744ca0d22 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Mon, 4 Mar 2019 12:22:07 -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: I456c4b64c5bc04a81cd43de7dac1e803346f1245 --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 0c74d73e74..247e3f2555 100644 --- a/tox.ini +++ b/tox.ini @@ -82,6 +82,7 @@ commands= # thanks to https://julien.danjou.info/the-best-flake8-extensions/ [testenv:pep8] +basepython = python3.7 deps= flake8 flake8-import-order -- 2.47.3