Skip to content

Commit

Permalink
Experiment with testing on arm64 (loosely related to GH #29)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfletch committed Dec 31, 2019
1 parent 637caf4 commit 907ec4a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@

arch:
- amd64
- arm64
language: python
python:
- "2.7"
- "3.6"
- "3.7"
matrix:
include:
- os: linux
arch: amd64
dist: bionic
- os: linux
arch: arm64
dist: bionic

install:
- pip install pygame numpy cython pytest psutil
Expand Down

0 comments on commit 907ec4a

Please sign in to comment.