summaryrefslogtreecommitdiffstats
path: root/mgr/tox.ini
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2018-01-10 10:09:30 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2018-01-10 11:02:31 +0800
commit2e9f7959754714c93ede756766658f1cd8f23894 (patch)
tree680a57b03099eb3ffb6e2dadcbc523386f59188b /mgr/tox.ini
parente48c3155c40d1bab7a6413eb86359245a1f45470 (diff)
Add vfc-vnfmgr traceback log
Change-Id: If7383218b80eba8b40cb3c10459c2546c3a899c4 Issue-ID: VFC-630 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'mgr/tox.ini')
-rw-r--r--mgr/tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/mgr/tox.ini b/mgr/tox.ini
index 4f5c64f..d422bee 100644
--- a/mgr/tox.ini
+++ b/mgr/tox.ini
@@ -6,7 +6,7 @@ skipsdist = true
downloadcache = ~/cache/pip
[flake8]
-ignore = E501,E722
+ignore = E501
max-complexity = 12
[testenv]