tox.ini: check migrations for the subproject only

There is no need to check all migrations from all installed migration
entrypoints available on the system as part of pep8 check.

Change-Id: Id2ca40eb7a287d0919dac8e98801cc2324873a25
This commit is contained in:
Ihar Hrachyshka 2015-09-16 15:29:13 +02:00
parent 9062e94372
commit 73abc7887b
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ deps =
commands =
flake8
pylint --rcfile=.pylintrc --output-format=colorized {posargs:neutron_lbaas}
neutron-db-manage check_migration
neutron-db-manage --subproject neutron-lbaas --database-connection sqlite:// check_migration
whitelist_externals = sh
[testenv:i18n]