diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-12-15 11:22:37 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-12-15 11:22:37 -0500 |
commit | e8ff0af840eb7fae11ef9234ae2bf1e16a9b634e (patch) | |
tree | e0476bcc49bc2675ad475b2e2c743ca618ab0206 /tox.ini | |
parent | 688b4ca6a7f2e32c580d616c6dea1e68b7398fd2 (diff) | |
download | sqlalchemy-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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |