Artur Zarzycki 20a2b6d8e6 Add venv with posargs
Change-Id: Ie722703b4e17a4aff1870cea68a2192a6dc5ce4c
2016-10-07 13:25:06 +02:00

18 lines
373 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"
[testenv:venv]
commands = {posargs}