Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workaround travis CI docker version issue
The pypi docker package was recently updated to 4.3. This version uses docker api version 1.39. The docker daemon used by travis CI uses docker api version 1.38. We have to use a version of the pypi docker package less than 4.3 with travis CI currently. The .travis/runtox script is used to run `tox` in the travis CI environment. Change this script to look for the docker server api version and set LSR_MOLECULE_DOCKER_VERSION appropriately so that tox.ini will install the correct version of the pypi docker package.
- Loading branch information