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