Skip to content

Commit ed157ba

Browse files
committed
fixing travis jobs
1 parent 1904472 commit ed157ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ language: python
33
python: 3.9
44
services:
55
- docker
6+
before_install:
7+
- mkdir -vp ~/.docker/cli-plugins/
8+
- curl --silent -L "https://github.com/docker/buildx/releases/download/v0.3.0/buildx-v0.3.0.linux-amd64" > ~/.docker/cli-plugins/docker-buildx
9+
- chmod a+x ~/.docker/cli-plugins/docker-buildx
610
install:
711
- pip install pipenv
812
- pipenv sync

0 commit comments

Comments
 (0)