diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2017-09-28 17:08:23 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2017-09-28 17:08:23 +0800 |
commit | f4de6670d47a34d1bb5610b0ccef3059b32dbf58 (patch) | |
tree | 667f2601ebca751206b23b14849e27f95d723671 | |
parent | 9640af8a512ccf5274a687cf45ac302ba3e5175b (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.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ downloadcache = ~/cache/pip [flake8] ignore = E501 exclude = ./venv-tox,./.tox +max-complexity = 27 [testenv] deps = -r{toxinidir}/requirements.txt |