You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As for you two and the problems you're going to have, they seem almost unimaginable, but you'll have no problem with me, and I think when Christina and I and your mother have some time to work on him you'll have no problem with your father, John
Copy file name to clipboardExpand all lines: .travis.yml
+47-58Lines changed: 47 additions & 58 deletions
Original file line number
Diff line number
Diff line change
@@ -46,8 +46,6 @@ matrix:
46
46
<<: *fleet_install_tasks
47
47
<<: *fleet_script_tasks
48
48
<<: *fleet_k3d_singlemaster_tasks
49
-
# script:
50
-
# - k3d version
51
49
after_success:
52
50
- deactivate
53
51
- name: "k3d single master Python 3.7 on xenial amd64"
@@ -71,62 +69,53 @@ matrix:
71
69
<<: *fleet_install_tasks
72
70
<<: *fleet_script_tasks
73
71
<<: *fleet_k3d_singlemaster_tasks
74
-
script:
75
-
- k3d version
76
72
after_success:
77
73
- deactivate
78
-
79
-
80
74
#============================================================================ multiarch linux ============================================================================
81
-
#
82
-
# - name: "k3d single master Python 3.7 on xenial arm64"
83
-
# os: linux
84
-
# dist: bionic
85
-
# arch: arm64
86
-
# addons:
87
-
# snaps:
88
-
# - name: multipass
89
-
# confinement: classic # or devmode
90
-
# channel: latest/stable # will be passed to --channel flag
91
-
# - name: kubectl
92
-
# confinement: classic # or devmode
93
-
# channel: latest/stable # will be passed to --channel flag
94
-
# language: python
95
-
# python: 3.7
96
-
# before_install:
97
-
# - pip3 install virtualenv
98
-
# - virtualenv -p $(which python3) ~venvpy3
99
-
# - source ~venvpy3/bin/activate
100
-
# <<: *fleet_install_tasks
101
-
# <<: *fleet_script_tasks
102
-
# <<: *fleet_k3d_singlemaster_tasks
103
-
# script:
104
-
# - k3d version
105
-
# after_success:
106
-
# - deactivate
107
-
#
108
-
# - name: "k3d single master Python 3.7 on xenial arm64"
109
-
# os: linux
110
-
# dist: xenial
111
-
# arch: arm64
112
-
# addons:
113
-
# snaps:
114
-
# - name: multipass
115
-
# confinement: classic # or devmode
116
-
# channel: latest/stable # will be passed to --channel flag
117
-
# - name: kubectl
118
-
# confinement: classic # or devmode
119
-
# channel: latest/stable # will be passed to --channel flag
120
-
# language: python
121
-
# python: 3.7
122
-
# before_install:
123
-
# - pip3 install virtualenv
124
-
# - virtualenv -p $(which python3) ~venvpy3
125
-
# - source ~venvpy3/bin/activate
126
-
# <<: *fleet_install_tasks
127
-
# <<: *fleet_script_tasks
128
-
# <<: *fleet_k3d_singlemaster_tasks
129
-
# script:
130
-
# - k3d version
131
-
# after_success:
132
-
# - deactivate
75
+
- name: "k3d single master Python 3.7 on bionic arm64"
76
+
os: linux
77
+
dist: bionic
78
+
arch: arm64
79
+
addons:
80
+
snaps:
81
+
- name: multipass
82
+
confinement: classic # or devmode
83
+
channel: latest/stable # will be passed to --channel flag
84
+
- name: kubectl
85
+
confinement: classic # or devmode
86
+
channel: latest/stable # will be passed to --channel flag
87
+
language: python
88
+
python: 3.7
89
+
before_install:
90
+
- pip3 install virtualenv
91
+
- virtualenv -p $(which python3) ~venvpy3
92
+
- source ~venvpy3/bin/activate
93
+
<<: *fleet_install_tasks
94
+
<<: *fleet_script_tasks
95
+
<<: *fleet_k3d_singlemaster_tasks
96
+
after_success:
97
+
- deactivate
98
+
99
+
- name: "k3d single master Python 3.7 on xenial arm64"
100
+
os: linux
101
+
dist: xenial
102
+
arch: arm64
103
+
addons:
104
+
snaps:
105
+
- name: multipass
106
+
confinement: classic # or devmode
107
+
channel: latest/stable # will be passed to --channel flag
108
+
- name: kubectl
109
+
confinement: classic # or devmode
110
+
channel: latest/stable # will be passed to --channel flag
0 commit comments