From 9ef08404eb19da18d55188cd163d8e51101b3c53 2020-01-13 21:54:48 From: Matthias Bussonnier Date: 2020-01-13 21:54:48 Subject: [PATCH] Remove some failing ARM 64, and add an environment variable Env variable for better report of travis failure in the UI or the builds are otherwise impossible to distinguish. --- diff --git a/.travis.yml b/.travis.yml index 38da38e..626196e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,23 +72,16 @@ matrix: - arch: arm64 python: "3.7" dist: xenial + env: ARM64=True sudo: true - arch: amd64 python: "3.8-dev" dist: xenial sudo: true - - arch: arm64 - python: "3.8-dev" - dist: xenial - sudo: true - arch: amd64 python: "3.7-dev" dist: xenial sudo: true - - arch: arm64 - python: "3.7-dev" - dist: xenial - sudo: true - arch: amd64 python: "nightly" dist: xenial @@ -96,6 +89,7 @@ matrix: - arch: arm64 python: "nightly" dist: bionic + env: ARM64=True sudo: true - os: osx language: generic