mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-03 19:56:54 +00:00
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:
parent
ff0bf5f0f9
commit
777e7e3854
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -31,7 +31,7 @@ commands =
|
|||
basepython = python3
|
||||
skip_install = true
|
||||
deps =
|
||||
flake8
|
||||
flake8<3
|
||||
flake8-docstrings>=0.2.7
|
||||
flake8-import-order
|
||||
commands =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue