From cad6597ff37946c57f451481d17b91072500934c Mon Sep 17 00:00:00 2001 From: Bo Wang Date: Mon, 1 Feb 2016 19:54:24 +0800 Subject: [PATCH] Enable pep8 to check files in directory tools The directory tools is exculed for runing pep8 test now. This code was merged before file subunit-trace.py adding into tools/. Enable pep8 to check files in toos/ since there will be more python files. Change-Id: If3b7d9891fa235d690e74dbe91d8e4112d7de17e --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 576af7a6b..91dfec551 100644 --- a/tox.ini +++ b/tox.ini @@ -62,7 +62,7 @@ commands = bandit -c bandit.yaml -r heat -n5 -p heat_conservative [flake8] show-source = true -exclude=.*,dist,*openstack/common*,*lib/python*,*egg,tools,build,*convergence/scenarios/* +exclude=.*,dist,*openstack/common*,*lib/python*,*egg,build,*convergence/scenarios/* max-complexity=20 [hacking]