Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f30e1bc

Browse files
committed
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
1 parent 5ebd211 commit f30e1bc

File tree

1 file changed

+47
-58
lines changed

1 file changed

+47
-58
lines changed

.travis.yml

Lines changed: 47 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ matrix:
4646
<<: *fleet_install_tasks
4747
<<: *fleet_script_tasks
4848
<<: *fleet_k3d_singlemaster_tasks
49-
# script:
50-
# - k3d version
5149
after_success:
5250
- deactivate
5351
- name: "k3d single master Python 3.7 on xenial amd64"
@@ -71,62 +69,53 @@ matrix:
7169
<<: *fleet_install_tasks
7270
<<: *fleet_script_tasks
7371
<<: *fleet_k3d_singlemaster_tasks
74-
script:
75-
- k3d version
7672
after_success:
7773
- deactivate
78-
79-
8074
#============================================================================ 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
111+
language: python
112+
python: 3.7
113+
before_install:
114+
- pip3 install virtualenv
115+
- virtualenv -p $(which python3) ~venvpy3
116+
- source ~venvpy3/bin/activate
117+
<<: *fleet_install_tasks
118+
<<: *fleet_script_tasks
119+
<<: *fleet_k3d_singlemaster_tasks
120+
after_success:
121+
- deactivate

0 commit comments

Comments
 (0)