Merge "Enable pep8 test against auto-generated configuration"

This commit is contained in:
Jenkins 2014-02-21 15:04:02 +00:00 committed by Gerrit Code Review
commit a6c3d6d07d

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