Sergey Reshetnyak a82e7bd83b Fix bashate job
* Added bashate to test-requirements.txt
* Make plugin.sh executable

Change-Id: I07f65262f79ddc35e2ed648f252c8817aa0ea888
2015-10-01 09:33:18 +03:00

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"