Use docker instead of docker-py for molecule 15/11715/1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Tue, 10 Jul 2018 17:25:24 +0000 (10:25 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Tue, 10 Jul 2018 17:29:57 +0000 (10:29 -0700)
`docker` has replaced `docker-py` as the python library for talking to
the Docker api.

Change-Id: Ia215ba0a8e681cf0c5a5b09048267dd58ce741d6
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
tox.ini

diff --git a/tox.ini b/tox.ini
index fe04556..df46764 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -18,7 +18,7 @@ commands =
 basepython = python2
 deps =
     ansible
-    docker-py
+    docker
     molecule
 passenv = *
 commands =