flake8: update to 3.6.x

Use a reasonably new flake8.

Change-Id: Ifeb33d41a6384083f2d5ce9e6da77852ed1614d2
This commit is contained in:
Dirk Mueller 2019-01-02 22:16:16 +01:00
parent d8c52f2621
commit 5d3baa87e0
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ commands = stestr run {posargs}
[testenv:pep8]
basepython = python3
deps = {[testenv]deps}
flake8<2.7.0,>=2.6.0
flake8<3.7.0,>=3.6.0
commands = flake8
[testenv:venv]