From: Mike Bayer Date: Mon, 4 Mar 2019 17:22:07 +0000 (-0500) Subject: Use basepython 3.7 for flake8 tests X-Git-Tag: rel_1_3_0~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b9d9d4169132f4b82ec0e195b9538c2744ca0d22;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.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: I456c4b64c5bc04a81cd43de7dac1e803346f1245 --- 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