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:
Tobias Gruetzmacher 2020-09-27 20:38:06 +02:00
parent a7f9692ffe
commit 5652b9cb23

View file

@ -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