From 264536255bcfe4bad8028871f3cc167a1f7cd5cd Mon Sep 17 00:00:00 2001 From: Ryar Nyah Date: Tue, 17 Sep 2019 01:06:41 +0200 Subject: [PATCH] Fix molecule and testinfra version to make test pass => Need to migrate them on testinfra > 1.19.0 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9882815f..c8261535 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ notifications: install: - pip install ansible==2.7.1 - pip install funcsigs - - pip install molecule + - pip install molecule==2.20.1 testinfra==1.19.0 - pip install docker-py - pip install flake8 - pip install -r requirements.txt