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
This commit is contained in:
Mike Bayer
2019-03-04 12:22:07 -05:00
parent 358a0dcf10
commit b9d9d41691
+1
View File
@@ -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