summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml11
-rwxr-xr-x.travis/install.sh2
2 files changed, 12 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 5b6870f..06e9e70 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -13,14 +13,25 @@ matrix:
- python: 3.4
- python: 3.5
- python: 3.6
+ - python: 3.6
+ arch: arm64
+ - python: 3.7
- python: 3.7
+ arch: arm64
+ - python: 3.8
- python: 3.8
+ arch: arm64
- python: pypy
- python: pypy3
- python: 3.8
services:
- docker
env: BUILD_SDIST=true
+ - python: 3.8
+ arch: arm64
+ services:
+ - docker
+ env: BUILD_WHEEL=true
- name: Python 2.7.17 on macOS
os: osx
language: objective-c
diff --git a/.travis/install.sh b/.travis/install.sh
index 36d2579..26e31e9 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -23,5 +23,5 @@ if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
fi
if [[ $BUILD_WHEEL == 'true' ]]; then
- pip install wheel cibuildwheel==0.9.4
+ pip install wheel cibuildwheel==1.5.2
fi