Don't install some flake8 plugins on Python 3.5
They were never available in Python 3.5, so this breaks the CI build.
This commit is contained in:
parent
a7f9692ffe
commit
5652b9cb23
1 changed files with 2 additions and 2 deletions
|
@ -57,11 +57,11 @@ dev =
|
||||||
pytest-xdist
|
pytest-xdist
|
||||||
responses
|
responses
|
||||||
flake8
|
flake8
|
||||||
flake8-2020
|
flake8-2020;python_version>'3.5'
|
||||||
flake8-coding
|
flake8-coding
|
||||||
flake8-future-import
|
flake8-future-import
|
||||||
flake8-pytest
|
flake8-pytest
|
||||||
flake8-pytest-style
|
flake8-pytest-style;python_version>'3.5'
|
||||||
|
|
||||||
[bdist_wheel]
|
[bdist_wheel]
|
||||||
universal = 1
|
universal = 1
|
||||||
|
|
Loading…
Reference in a new issue