f6f9c3f3df
This patch adds gerrit configuration as well as an ansible-lint gate job. Change-Id: I13b5a6505195591f7d6471ebe151cc8ed03eae75
11 lines
166 B
INI
11 lines
166 B
INI
[tox]
|
|
minversion = 2.0
|
|
envlist = linters
|
|
skipdist = true
|
|
|
|
[testenv]
|
|
deps = -r{toxinidir}/test-requirements.txt
|
|
|
|
[testenv:linters]
|
|
commands = ansible-lint {toxinidir}
|