aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorying.yunlong <ying.yunlong@zte.com.cn>2017-09-26 09:19:15 +0800
committerying.yunlong <ying.yunlong@zte.com.cn>2017-09-26 09:19:15 +0800
commit431c4c4001cb4254cde23ec2ff4d1c9f61cccf54 (patch)
tree9d9374c8431c8245a67fc700d609371cfa5c2159 /tox.ini
parent51ad6c9261997a0e647c9d890d7e10454eec65f0 (diff)
Fix vfc-catalog pep8 E231,W291 issue
Change-Id: Ic703fed397cfdfedb643868f786cbd7155db91bc Issue-ID: VFC-450 Signed-off-by: ying.yunlong <ying.yunlong@zte.com.cn>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 7119fde9..a45ee898 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,7 @@ skipsdist = true
downloadcache = ~/cache/pip
[flake8]
-ignore = E501,E231,W291
+ignore = E501
exclude = ./venv-tox,./.tox
[testenv]