Fix Travis CI issue with Docker server API version mismatch

Travis CI is using a version of Docker server that supports API version
1.38.  However, the Python PYPI package `docker` version 4.3 was
recently released which uses Docker server API version 1.39, and there
is apparently no way to tell molecule to configure the `docker` Python
API to use a different API.  The solution is to install the latest 4.2.x
version of the `docker` Python PYPI package.
This commit is contained in:
Rich Megginson 2020-08-11 14:32:33 -06:00 committed by Till Maas
parent 0b2edc50d8
commit 67c1cced8f
2 changed files with 19 additions and 1 deletions

View file

@ -109,7 +109,7 @@ commands =
changedir = {toxinidir}
deps =
{env:LSR_ANSIBLE_DEP:ansible}
docker
docker{env:LSR_MOLECULE_DOCKER_VERSION:}
molecule<3
selinux
-rmolecule_extra_requirements.txt