summaryrefslogtreecommitdiffstats
path: root/mgr/tox.ini
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2017-09-23 13:58:25 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2017-09-23 13:58:25 +0800
commit0bd2219c94febe97a9c696775deef66f3683d347 (patch)
tree21d5510897642f1b66672ddc8dd2ef5d0279d7a5 /mgr/tox.ini
parentd339137dd8d57d88ad05413f64f44c363490d74e (diff)
Fix vfc-gvnfm-vnfmgr pep8 E203 issue
Change-Id: I827ea28bb892b6c503e4062a5f7e557969a71441 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 1911362..ef3b10c 100644
--- a/mgr/tox.ini
+++ b/mgr/tox.ini
@@ -6,7 +6,7 @@ skipsdist = true
downloadcache = ~/cache/pip
[flake8]
-ignore = E501,E302,W293,E128,W291
+ignore = E501,W293,E128,W291
[testenv]
deps = -r{toxinidir}/requirements.txt