Update tox.ini of vfc-nfvo-lcm 17/20517/1
authorfujinhua <fu.jinhua@zte.com.cn>
Wed, 25 Oct 2017 08:28:35 +0000 (16:28 +0800)
committerfujinhua <fu.jinhua@zte.com.cn>
Wed, 25 Oct 2017 08:28:35 +0000 (16:28 +0800)
Update pep8 rule

Change-Id: I1c9e8b8ed6d51ed5ce851fbdeffb8386842a1144
Issue-Id: VFC-554
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
tox.ini

diff --git a/tox.ini b/tox.ini
index b47befd..5d7adac 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -6,7 +6,7 @@ skipsdist = true
 downloadcache = ~/cache/pip
 
 [flake8]
-ignore = E501
+ignore = E501,E722
 exclude = ./venv-tox,./.tox
 max-complexity = 27