summaryrefslogtreecommitdiffstats
path: root/gvnfmadapter/tox.ini
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2018-03-03 12:23:00 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2018-03-03 12:23:00 +0800
commit09203a114f98a4f2d67eb3d1c8f1d81ab68f6415 (patch)
tree0008cd7ff5958b076a404cadf71d4d55f943c385 /gvnfmadapter/tox.ini
parent6267e31c747da071ac4904fb4f7d28621109a081 (diff)
Add vfc-gvnfmdriver coverage scan
Change-Id: Ic0479f1fb2c9390a338137a963e4ed869c02cde5 Issue-ID: VFC-781 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'gvnfmadapter/tox.ini')
-rw-r--r--gvnfmadapter/tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/gvnfmadapter/tox.ini b/gvnfmadapter/tox.ini
index 1f6b0d2..3d6a957 100644
--- a/gvnfmadapter/tox.ini
+++ b/gvnfmadapter/tox.ini
@@ -8,6 +8,7 @@ commands = coverage run --branch manage.py test
[flake8]
ignore = E501,E121,W191,E101,W293,E302,E231,E201,E202,F841,E225,E241,E126,E722
+exclude = ./venv-tox,./.tox
max-complexity = 12
[testenv:pep8]