diff --git a/.travis.yml b/.travis.yml index 20a5c33..c07bb6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,18 +21,46 @@ jobs: python: 3.6 env: - ACTION=test + - name: Python 3.6 on Linux aarch64 + arch: arm64-graviton2 + virt: vm + group: edge + python: 3.6 + env: + - ACTION=test - name: Python 3.7 on Linux python: 3.7 env: - ACTION=test + - name: Python 3.7 on Linux aarch64 + arch: arm64-graviton2 + virt: vm + group: edge + python: 3.7 + env: + - ACTION=test - name: Python 3.8 on Linux python: 3.8 env: - ACTION=test + - name: Python 3.8 on Linux aarch64 + arch: arm64-graviton2 + virt: vm + group: edge + python: 3.8 + env: + - ACTION=test - name: Python 3.9 on Linux python: 3.9-dev env: - ACTION=test + - name: Python 3.9 on Linux aarch64 + arch: arm64-graviton2 + virt: vm + group: edge + python: 3.9-dev + env: + - ACTION=test - name: Python 3 on macOS os: osx osx_image: xcode11 @@ -78,6 +106,14 @@ jobs: services: docker env: - ACTION=cibuildwheel + - stage: deploy + name: Build and deploy aarch64 Linux wheels + arch: arm64-graviton2 + virt: vm + group: edge + services: docker + env: + - ACTION=cibuildwheel - stage: deploy name: Build and deploy macOS wheels os: osx