constrain flake8 using current global-requirements settings

Change-Id: I255dca208c3113290956882d892fe28cc47f1321
This commit is contained in:
Doug Hellmann 2016-01-13 14:12:19 +00:00
parent 97bc675d32
commit 411c3fa28b

View File

@ -23,7 +23,7 @@ setenv =
commands = list-changes {posargs}
[testenv:pep8]
deps = flake8
deps = flake8>=2.2.4,<=2.4.1
commands = flake8
[testenv:bashate]