fuel-ccp-rally/tox.ini

20 lines
304 B
INI

[tox]
minversion = 1.6
skipsdist = True
envlist = linters,bashate
[testenv]
deps =
-r{toxinidir}/test-requirements.txt
whitelist_externals =
bash
[testenv:linters]
commands = bash {toxinidir}/tools/yamllint.sh
[testenv:bashate]
commands = bash -c "exit 0"
[testenv:venv]
commands = {posargs}