13 lines
175 B
INI
13 lines
175 B
INI
[tox]
|
|
minversion = 1.6
|
|
envlist = linters
|
|
skipsdist = True
|
|
|
|
[testenv:linters]
|
|
deps = yamllint
|
|
commands =
|
|
{toxinidir}/tools/yamllint.sh
|
|
|
|
[testenv:venv]
|
|
commands = {posargs}
|