We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1904472 commit ed157baCopy full SHA for ed157ba
.travis.yml
@@ -3,6 +3,10 @@ language: python
3
python: 3.9
4
services:
5
- 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
10
install:
11
- pip install pipenv
12
- pipenv sync
0 commit comments