From: Mike Bayer Date: Mon, 4 Mar 2019 17:21:00 +0000 (-0500) Subject: Use basepython 3.7 for flake8 tests X-Git-Tag: rel_1_0_8~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29e5718a75e120d5f0b44fd02cc636ac6909f458;p=thirdparty%2Fsqlalchemy%2Falembic.git 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 --- 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