Bartosz Kupidura 2922fbb0f8 Initial fuel-ccp-grafana commit
Change-Id: If56406c42ec9b9a6dde4c3fb2c9159128edc2e00
2017-01-10 11:45:13 +01:00

19 lines
378 B
INI

[tox]
minversion = 1.6
envlist = linters,bashate
skipsdist = True
[testenv]
deps = -r{toxinidir}/test-requirements.txt
[testenv:linters]
commands =
{toxinidir}/tools/yamllint.sh
[testenv:bashate]
whitelist_externals = bash
commands = bash -c "find {toxinidir} -type f -name '*.sh' -not -path '*/.tox/*' -print0 | xargs -0 bashate -v"
[testenv:venv]
commands = {posargs}