From 39d3e8668ef8f77a691f81fba451824bea8f842a 2020-01-07 15:37:30 From: ossdev07 Date: 2020-01-07 15:37:30 Subject: [PATCH] Added arm64 jobs in Travis-CI Signed-off-by: ossdev07 --- diff --git a/.travis.yml b/.travis.yml index c0aad50..38da38e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -65,18 +65,38 @@ after_success: matrix: include: - - python: "3.7" + - arch: amd64 + python: "3.7" dist: xenial sudo: true - - python: "3.8-dev" + - arch: arm64 + python: "3.7" dist: xenial sudo: true - - python: "3.7-dev" + - arch: amd64 + python: "3.8-dev" dist: xenial sudo: true - - python: "nightly" + - 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 + sudo: true + - arch: arm64 + python: "nightly" + dist: bionic + sudo: true - os: osx language: generic python: 3.6