From 4959ffa24bce22a147c96400ca6ece4c9a3db3ce Mon Sep 17 00:00:00 2001 From: Morgan Fainberg Date: Fri, 14 Feb 2014 11:21:24 -0800 Subject: [PATCH] Enable pep8 test against auto-generated configuration Gate against the auto-generated configuration sample Related-Bug: #1229941 Change-Id: I06be336cdbfe9daad28655a8d53eff4c8a4b5778 --- tox.ini | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 95c651419d..4dca0ea11e 100644 --- a/tox.ini +++ b/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