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:
Morgan Fainberg 2014-02-14 11:21:24 -08:00 committed by Gerrit Code Review
parent 23a4fe9ec7
commit 4959ffa24b

View File

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