From 1ad1c7563586dec8065d86da5052a269d443e0fa Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Tue, 22 Dec 2020 12:05:50 -0500 Subject: [PATCH] Use latest version of molecule in tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ff795c06..615ec471 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ env: - DOCKER_API_VERSION=1.38 install: - - pip3 install docker molecule==3.0.6 yamllint ansible-lint openshift jmespath + - pip3 install docker molecule molecule-docker yamllint ansible-lint openshift jmespath - ansible-galaxy collection install community.kubernetes script: