Skip to content

Commit 442822d

Browse files
committed
execute yamllint and ansible-lint within tox.
1 parent a246276 commit 442822d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ deps =
2323
passenv = ANSIBLE_ASK_SUDO_PASS HOME LANG LC_ALL TRAVIS USER
2424

2525
commands =
26-
yamllint defaults handlers meta tasks tests .travis.yml requirements.yml || true
26+
yamllint -c .yamllint.yml
2727
ansible-lint= . || true
2828
bash setup.sh
2929
bash travis.sh {posargs}

0 commit comments

Comments
 (0)