]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
Use basepython 3.7 for flake8 tests
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 4 Mar 2019 17:22:07 +0000 (12:22 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 4 Mar 2019 17:22:07 +0000 (12:22 -0500)
this to prevent flake8 from running with python 2 as we have
py3k-specific checks

Change-Id: I456c4b64c5bc04a81cd43de7dac1e803346f1245

tox.ini

diff --git a/tox.ini b/tox.ini
index 0c74d73e74f2c04e24ac3a75683ef24118531844..247e3f2555122660e0de21ea4d23e2b93f877ab1 100644 (file)
--- 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