Force flake8 test to below 3.x

Because flake8-import-order does not support Flake8 3.x yet, we need to force
a Flake8 version that is supported.
This commit is contained in:
Fabian Neundorf 2016-07-25 11:53:10 +00:00
parent ff0bf5f0f9
commit 777e7e3854

View file

@ -31,7 +31,7 @@ commands =
basepython = python3
skip_install = true
deps =
flake8
flake8<3
flake8-docstrings>=0.2.7
flake8-import-order
commands =