Code Review
/
ansible
/
roles
/
docker-install.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
4e694d9
)
Use docker instead of docker-py for molecule
15/11715/1
author
Trevor Bramwell
<tbramwell@linuxfoundation.org>
Tue, 10 Jul 2018 17:25:24 +0000
(10:25 -0700)
committer
Trevor 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
patch
|
blob
|
history
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 =