##// 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 72 - arch: arm64
73 73 python: "3.7"
74 74 dist: xenial
75 env: ARM64=True
75 76 sudo: true
76 77 - arch: amd64
77 78 python: "3.8-dev"
78 79 dist: xenial
79 80 sudo: true
80 - arch: arm64
81 python: "3.8-dev"
82 dist: xenial
83 sudo: true
84 81 - arch: amd64
85 82 python: "3.7-dev"
86 83 dist: xenial
87 84 sudo: true
88 - arch: arm64
89 python: "3.7-dev"
90 dist: xenial
91 sudo: true
92 85 - arch: amd64
93 86 python: "nightly"
94 87 dist: xenial
@@ -96,6 +89,7 b' matrix:'
96 89 - arch: arm64
97 90 python: "nightly"
98 91 dist: bionic
92 env: ARM64=True
99 93 sudo: true
100 94 - os: osx
101 95 language: generic
General Comments 0
You need to be logged in to leave comments. Login now