
* Added bashate to test-requirements.txt * Make plugin.sh executable Change-Id: I07f65262f79ddc35e2ed648f252c8817aa0ea888
15 lines
296 B
INI
15 lines
296 B
INI
[tox]
|
|
minversion = 1.6
|
|
skipsdist = True
|
|
envlist = bashate
|
|
|
|
[testenv]
|
|
usedevelop = False
|
|
install_command = pip install {opts} {packages}
|
|
deps =
|
|
-r{toxinidir}/test-requirements.txt
|
|
|
|
[testenv:bashate]
|
|
whitelist_externals = bash
|
|
commands = bash -c "find devstack/* -print0 | xargs -0 bashate -v"
|