Revert the temp tox config change
This patch reverts the tox configuration change so that the pep8 test goes back to using the latest flake8 version. Change-Id: I93f9fcd263afc2019379d3d21598db9c6854245c
This commit is contained in:
parent
bd69198185
commit
b9f522ac15
2
tox.ini
2
tox.ini
@ -23,7 +23,7 @@ commands = {posargs}
|
|||||||
|
|
||||||
# Run hacking/flake8 check for all python files
|
# Run hacking/flake8 check for all python files
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
deps = -r{toxinidir}/test-requirements.txt
|
deps = flake8
|
||||||
whitelist_externals = bash
|
whitelist_externals = bash
|
||||||
commands =
|
commands =
|
||||||
bash -c "grep -Irl \
|
bash -c "grep -Irl \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user