summaryrefslogtreecommitdiffstats
path: root/lcm/tox.ini
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2018-03-02 11:01:11 +0800
committeryunlong ying <ying.yunlong@zte.com.cn>2018-03-03 03:53:21 +0000
commit838f2ded9478ae140545fcdceb4cc10d73a2c92b (patch)
tree8512a8560c2f150002f7dd229a025dacaf5c2159 /lcm/tox.ini
parentadbda5b9c0365eae74b1c37d37c0e960eb1828ad (diff)
Add vfc-vnflcm coverage scan.
Change-Id: I62b3a3982ff1b40cb31a2187c85fe72af9be7791 Issue-ID: VFC-781 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'lcm/tox.ini')
-rw-r--r--lcm/tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/lcm/tox.ini b/lcm/tox.ini
index fb11f013..62a7adf0 100644
--- a/lcm/tox.ini
+++ b/lcm/tox.ini
@@ -7,6 +7,7 @@ downloadcache = ~/cache/pip
[flake8]
ignore = E501,E722
+exclude = ./venv-tox,./.tox
max-complexity = 27
[testenv]