Skip to content

Commit 7260ce2

Browse files
author
John Dunham
committed
1 parent 5f60564 commit 7260ce2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ go:
88

99
env:
1010
global:
11+
- PATH=/opt/python/3.6.7/bin:$PATH
1112
- GO111MODULE=on
1213
- KUBE_VERSION="v1.16.2"
1314
- OP_VER="v0.10.0"
@@ -31,6 +32,11 @@ env:
3132
- MINIKUBE_HOME=$HOME
3233
- KUBECONFIG=$HOME/.kube/config
3334

35+
addons:
36+
apt:
37+
packages:
38+
- "python3"
39+
- "python3-pip"
3440

3541
stages:
3642
- courier-lint
@@ -42,7 +48,6 @@ jobs:
4248
# Install operator-courier and run the lint on the manifest.
4349
- stage: courier-lint
4450
script:
45-
- pyenv global 3.7
4651
- pip install operator-courier
4752
- operator-courier verify --ui_validate_io ${OLM_MANIFEST}
4853

0 commit comments

Comments
 (0)