From c2916624180c3ed8f5633ea86dad864a69f24ee5 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 20 Jul 2018 14:37:01 -0400 Subject: [PATCH] Migrate from deprecated docker-py to docker Change-Id: I2535602f55e34ca4596bde9c9263082ccc23b055 Signed-off-by: Thanh Ha --- 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