mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 18:46:52 +00:00
Merge branch 'unbreak-builds' into 'master'
Force flake8 test to below 3.x The current version (0.8) of `flake8-import-order` still uses `parser.config_options` and so all builds fail because it installs Flake8 3.x. Now the repository of that plugin already accounted for that but as long as it isn't released it'll cause all new builds to fail. Alternatively I can repurpose this merge request to actually enforce a newer version of `flake8-import-order` which supports Flake8 3.x. See merge request !84
This commit is contained in:
commit
217aa8185c
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