summaryrefslogtreecommitdiffstats
path: root/gvnfmadapter/tox.ini
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2017-11-08 11:48:36 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2017-11-08 14:25:25 +0800
commit4f782a46ba1cc51cc0c126dacc445fa277fb3292 (patch)
treee5df38604cbc7302d655ef0e6aec5ab74e0b5a89 /gvnfmadapter/tox.ini
parent258c225ddc070ce0845628389fc4f21647750a01 (diff)
Bump vfc-gvnfmadapter release version to 1.0.1v1.0.11.0.0-ONAP1.0.0-Amsterdam
Change-Id: I2f59a3509c575a9643cba563667726fe6af123a6 Issue-Id: VFC-586 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'gvnfmadapter/tox.ini')
-rw-r--r--gvnfmadapter/tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/gvnfmadapter/tox.ini b/gvnfmadapter/tox.ini
index 5030504..3863943 100644
--- a/gvnfmadapter/tox.ini
+++ b/gvnfmadapter/tox.ini
@@ -7,7 +7,7 @@ deps = -r{toxinidir}/requirements.txt
commands = coverage run --branch manage.py test
[flake8]
-ignore = E501,E121,W191,E101,W293,E302,E231,E201,E202,F841,E225,E241,E126
+ignore = E501,E121,W191,E101,W293,E302,E231,E201,E202,F841,E225,E241,E126,E722
max-complexity = 12
[testenv:pep8]