summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorodidev <odidev@puresoftware.com>2020-07-15 12:57:15 +0000
committerodidev <odidev@puresoftware.com>2020-07-15 12:57:15 +0000
commitc6ce62b3b5b05dccd1bb54756c970340fa4e0c6c (patch)
treed899ba6540b9f98a2c8f49149868c4c914d47083
parentaedb7c96eeadea8bee77f4e1f8d25f3728da0fb7 (diff)
downloadsimplejson-c6ce62b3b5b05dccd1bb54756c970340fa4e0c6c.tar.gz
Added arm64 support in travis-ci
Signed-off-by: odidev <odidev@puresoftware.com>
-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