Merge "start mysql before executing it"
authorFu Jinhua <fu.jinhua@zte.com.cn>
Thu, 26 Oct 2017 07:07:16 +0000 (07:07 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 26 Oct 2017 07:07:16 +0000 (07:07 +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]