Merge "start mysql /usr/bin/mysqld_safe &"
authorYan Yang <yangyanyj@chinamobile.com>
Thu, 26 Oct 2017 02:46:55 +0000 (02:46 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 26 Oct 2017 02:46:55 +0000 (02:46 +0000)
zte/vmanager/tox.ini

index 1677726..dce819a 100644 (file)
@@ -7,7 +7,7 @@ deps = -r{toxinidir}/requirements.txt
 commands = coverage run --branch manage.py test
 
 [flake8]
-ignore =  E501,W291,E121,F401,W391,E302,E265,E231,F841,E127,E128,E122,E126,E303
+ignore =  E501,W291,E121,F401,W391,E302,E265,E231,F841,E127,E128,E122,E126,E303,E722
 max-complexity = 12
 
 [testenv:pep8]