Merge "Silence tox warning"
This commit is contained in:
commit
c088dc8fad
2
tox.ini
2
tox.ini
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user