Merge "Silence tox warning"

This commit is contained in:
Jenkins 2014-10-27 01:24:45 +00:00 committed by Gerrit Code Review
commit c088dc8fad
1 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ commands =
flake8 --filename=manila* bin
[testenv:genconfig]
whitelist_externals = bash
commands =
oslo-config-generator --config-file etc/oslo-config-generator/manila.conf
@ -37,6 +38,7 @@ commands =
[testenv:pylint]
deps = -r{toxinidir}/requirements.txt
pylint==0.26.0
whitelist_externals = bash
commands = bash tools/lintstack.sh
[flake8]