Skip to content

Commit

Permalink
Adds Arm64 support (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
corydolphin authored Jan 5, 2021
1 parent e10d82c commit 9a504db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ language: python
arch:
- amd64
- ppc64le
- arm64
python:
- '2.7'
- '3.4'
Expand All @@ -19,6 +20,8 @@ matrix:
- python: 3.4
- arch: ppc64le
python: pypy
- arch: arm64
python: pypy
- env:
- DEPEENDENCIES="flask==1.1"

Expand Down

0 comments on commit 9a504db

Please sign in to comment.