diff options
author | fujinhua <fu.jinhua@zte.com.cn> | 2017-10-25 16:28:35 +0800 |
---|---|---|
committer | fujinhua <fu.jinhua@zte.com.cn> | 2017-10-25 16:28:35 +0800 |
commit | 86e1588d1f503afb5e1fd76ab018a37339af80e5 (patch) | |
tree | 815839e7f6c8612c823dd29ca9778cbd90ba5957 | |
parent | 66cd251080540f5034790f89e157de4ccb40e87f (diff) |
Update tox.ini of vfc-nfvo-lcm
Update pep8 rule
Change-Id: I1c9e8b8ed6d51ed5ce851fbdeffb8386842a1144
Issue-Id: VFC-554
Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ skipsdist = true downloadcache = ~/cache/pip [flake8] -ignore = E501 +ignore = E501,E722 exclude = ./venv-tox,./.tox max-complexity = 27 |