aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-09-28 17:08:23 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-09-28 17:08:23 +0800
commitf4de6670d47a34d1bb5610b0ccef3059b32dbf58 (patch)
tree667f2601ebca751206b23b14849e27f95d723671
parent9640af8a512ccf5274a687cf45ac302ba3e5175b (diff)
Add complexity check for vfc-nfvo-lcm
Change-Id: I9fc8955a5800cc83f139ec186ad42b67a2765757 Issue-Id: VFC-471 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index ba77d2f3..5aea93df 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,6 +8,7 @@ downloadcache = ~/cache/pip
[flake8]
ignore = E501
exclude = ./venv-tox,./.tox
+max-complexity = 27
[testenv]
deps = -r{toxinidir}/requirements.txt