From 73abc7887b9b94d72272a0e58d0e7cddefe0e26d Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Wed, 16 Sep 2015 15:29:13 +0200 Subject: [PATCH] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 71e7a103b..68c235dbf 100644 --- a/tox.ini +++ b/tox.ini @@ -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]