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
|
flake8 --filename=manila* bin
|
||||||
|
|
||||||
[testenv:genconfig]
|
[testenv:genconfig]
|
||||||
|
whitelist_externals = bash
|
||||||
commands =
|
commands =
|
||||||
oslo-config-generator --config-file etc/oslo-config-generator/manila.conf
|
oslo-config-generator --config-file etc/oslo-config-generator/manila.conf
|
||||||
|
|
||||||
@ -37,6 +38,7 @@ commands =
|
|||||||
[testenv:pylint]
|
[testenv:pylint]
|
||||||
deps = -r{toxinidir}/requirements.txt
|
deps = -r{toxinidir}/requirements.txt
|
||||||
pylint==0.26.0
|
pylint==0.26.0
|
||||||
|
whitelist_externals = bash
|
||||||
commands = bash tools/lintstack.sh
|
commands = bash tools/lintstack.sh
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
|
Loading…
Reference in New Issue
Block a user