##// END OF EJS Templates
Remove some failing ARM 64, and add an environment variable...
Matthias Bussonnier -
Show More
@@ -72,23 +72,16 b' matrix:'
72 - arch: arm64
72 - arch: arm64
73 python: "3.7"
73 python: "3.7"
74 dist: xenial
74 dist: xenial
75 env: ARM64=True
75 sudo: true
76 sudo: true
76 - arch: amd64
77 - arch: amd64
77 python: "3.8-dev"
78 python: "3.8-dev"
78 dist: xenial
79 dist: xenial
79 sudo: true
80 sudo: true
80 - arch: arm64
81 python: "3.8-dev"
82 dist: xenial
83 sudo: true
84 - arch: amd64
81 - arch: amd64
85 python: "3.7-dev"
82 python: "3.7-dev"
86 dist: xenial
83 dist: xenial
87 sudo: true
84 sudo: true
88 - arch: arm64
89 python: "3.7-dev"
90 dist: xenial
91 sudo: true
92 - arch: amd64
85 - arch: amd64
93 python: "nightly"
86 python: "nightly"
94 dist: xenial
87 dist: xenial
@@ -96,6 +89,7 b' matrix:'
96 - arch: arm64
89 - arch: arm64
97 python: "nightly"
90 python: "nightly"
98 dist: bionic
91 dist: bionic
92 env: ARM64=True
99 sudo: true
93 sudo: true
100 - os: osx
94 - os: osx
101 language: generic
95 language: generic
General Comments 0
You need to be logged in to leave comments. Login now