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

Change-Id: I82404ea91ecdfc29c70dbc2773f481a3c844215c

tox.ini

diff --git a/tox.ini b/tox.ini
index 660761a91c4785257e1dea4d8b2483d8ea26e9b0..144611fb32b8805e3f0ea7aa47e0e73e63ef7a74 100644 (file)
--- 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