5cc2c776df
Change-Id: I8b4f03df4936e4ba6a1abf099fa099ad85cfc073
11 lines
165 B
INI
11 lines
165 B
INI
[tox]
|
|
minversion = 2.0
|
|
skipsdist = True
|
|
|
|
[testenv:linters]
|
|
deps =
|
|
-rtest-requirements.txt
|
|
commands =
|
|
yamllint {toxinidir}
|
|
ansible-lint examples/playbook.yml .
|