From 77097ea666129be2d5ac0ddeb1204fa3c546529c Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 20 Jul 2018 14:37:57 -0400 Subject: [PATCH] Migrate from deprecated docker-py to docker Change-Id: I9ce2c653b0cea3ab4aaad11395a3bcc14b9257eb 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