Skip to content

Commit

Permalink
Revert attempts to use arm64 (pygame doesn't build) but add python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfletch committed Dec 31, 2019
1 parent 907ec4a commit dccbbb6
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,10 @@

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
- "3.8"

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

0 comments on commit dccbbb6

Please sign in to comment.