Artur Zarzycki bba3884b61 Fix to pass linters tests
Change-Id: Ia46cc8505e80b0da43c94f7090191423cf7df6db
2016-07-06 15:49:13 +02:00

15 lines
336 B
INI

[tox]
minversion = 1.6
envlist = linters,bashate
skipsdist = True
[testenv:linters]
deps = yamllint
commands =
{toxinidir}/tools/run-check-yaml-syntax.sh
[testenv:bashate]
deps = bashate>=0.2
whitelist_externals = bash
commands = bash -c "find {toxinidir} -type f -name '*.sh' -not -path '*/.tox/*' -print0 | xargs -0 bashate -v"