From cc278c5b40f48ce856bd11a2e179cc7bdd265ea9 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Tue, 10 Jul 2018 10:33:28 -0700 Subject: [PATCH] Use docker instead of docker-py for molecule `docker` has replaced `docker-py` as the python library for talking to the Docker api. Change-Id: I01589844c06d766a7107f7a925ffabfd972430b0 Signed-off-by: Trevor Bramwell --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index fe04556..df46764 100644 --- a/tox.ini +++ b/tox.ini @@ -18,7 +18,7 @@ commands = basepython = python2 deps = ansible - docker-py + docker molecule passenv = * commands = -- 2.16.6