12 lines
191 B
INI
12 lines
191 B
INI
[tox]
|
|
skipsdist=True
|
|
envlist =
|
|
py27-{yamllint,ansible_syntax,generate_validation}
|
|
skip_missing_interpreters=True
|
|
|
|
[testenv]
|
|
skip_install=True
|
|
|
|
commands =
|
|
yamllint: yamllint examples/
|