summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2020-12-15 11:22:37 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2020-12-15 11:22:37 -0500
commite8ff0af840eb7fae11ef9234ae2bf1e16a9b634e (patch)
treee0476bcc49bc2675ad475b2e2c743ca618ab0206 /tox.ini
parent688b4ca6a7f2e32c580d616c6dea1e68b7398fd2 (diff)
downloadsqlalchemy-e8ff0af840eb7fae11ef9234ae2bf1e16a9b634e.tar.gz
fix some pep8 warnings
somehow the change in 4beecfb90 merged with failing pep8. Fix those and also fix hardcoded "basepython" version. Change-Id: Id38674661e038499aef76770e9799517e3613933
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 637d1e8cc..355e8446d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -100,7 +100,7 @@ commands=
# thanks to https://julien.danjou.info/the-best-flake8-extensions/
[testenv:pep8]
-basepython = python3.7
+basepython = python3
deps=
flake8
flake8-import-order