Skip to content

Commit

Permalink
Add arm64 wheel to travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsplats committed Sep 29, 2020
1 parent 432c821 commit 1a6c589
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ git:
submodules: true
depth: 5

arch:
- amd64
- arm64-graviton2
os:
- linux
- osx
Expand Down Expand Up @@ -37,6 +40,10 @@ matrix:
env: TASK=lint
- os: osx
env: TASK=check-docs
- arch: arm64-graviton2
env: TASK=lint
- arch: arm64-graviton2
env: TASK=check-docs

before_install:
- test -n $CC && unset CC
Expand Down

0 comments on commit 1a6c589

Please sign in to comment.