Enable pep8 test against auto-generated configuration
Gate against the auto-generated configuration sample Related-Bug: #1229941 Change-Id: I06be336cdbfe9daad28655a8d53eff4c8a4b5778
This commit is contained in:
parent
23a4fe9ec7
commit
4959ffa24b
4
tox.ini
4
tox.ini
@ -12,7 +12,9 @@ deps = -r{toxinidir}/requirements.txt
|
||||
commands = python setup.py testr --testr-args='{posargs}'
|
||||
|
||||
[testenv:pep8]
|
||||
commands = flake8
|
||||
commands =
|
||||
flake8 {posargs}
|
||||
{toxinidir}/tools/config/check_uptodate.sh
|
||||
|
||||
[tox:jenkins]
|
||||
downloadcache = ~/cache/pip
|
||||
|
Loading…
x
Reference in New Issue
Block a user