From 8457517f7186ce25e4f40fe4b1215af83b25ff10 Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Tue, 30 Mar 2021 10:18:52 +1000 Subject: [PATCH] Fix yamllint tox errors yamllint missing in $PATH causes molecule tests to fail. Ref: https://github.com/ansible-community/molecule/issues/2781 Change-Id: I56239b893cac2aeeb364ab41b70d98126a057637 Signed-off-by: Anil Belur --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 313edbd..a8d316b 100644 --- a/tox.ini +++ b/tox.ini @@ -11,6 +11,8 @@ deps = ansible~=2.9.6 ansible-lint~=4.2.0 docker + yamllint + molecule~=3.0.8 molecule[docker] pytest~=5.4.0 passenv = * -- 2.16.6