Skip to content

Commit bfaaae1

Browse files
authored
Pin version of docker client on travis
Newer versions of docker-py use a default API version of 1.39 which is too new for the version of docker on travis.
1 parent 17ffb13 commit bfaaae1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ install:
1717
- npm install
1818
- npm run webpack
1919
- pip install --upgrade . -r helm-chart/images/binderhub/requirements.txt
20+
- pip install -U "docker~=4.2.0"
2021
- pip freeze
2122

2223
script:

0 commit comments

Comments
 (0)