summaryrefslogtreecommitdiffstats
path: root/mgr/tox.ini
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2017-09-23 14:07:58 +0800
committerFu Jinhua <fu.jinhua@zte.com.cn>2017-09-23 07:12:01 +0000
commiteafb3ea2dc0ace4f5dc007994330ad12e939b13a (patch)
treefb12096b6c9fd9deebda72cde154074c0f5d414a /mgr/tox.ini
parent1686e5f5efd3bcb82aebd30993dd8b11336930a8 (diff)
Fix vfc-gvnfm-vnfmgr pep8 W293 issue.
Change-Id: Iebecf5e66032096700442fbe43fbf5f8e31982a9 Issue-ID: VFC-443 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 86ffd21..7cd3add 100644
--- a/mgr/tox.ini
+++ b/mgr/tox.ini
@@ -6,7 +6,7 @@ skipsdist = true
downloadcache = ~/cache/pip
[flake8]
-ignore = E501,W293,E128
+ignore = E501,E128
[testenv]
deps = -r{toxinidir}/requirements.txt