Merge "pep8: re-enable neutron-db-manage check_migration"

This commit is contained in:
Jenkins 2015-07-23 15:08:43 +00:00 committed by Gerrit Code Review
commit e01efcfd80
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ deps =
commands =
flake8
pylint --rcfile=.pylintrc --output-format=colorized {posargs:neutron_lbaas}
#neutron-db-manage check_migration
neutron-db-manage check_migration
whitelist_externals = sh
[testenv:i18n]