Skip to content

Commit

Permalink
travis: enable bionic & multi-cpu testing
Browse files Browse the repository at this point in the history
  • Loading branch information
xnox committed Feb 25, 2020
1 parent 54b4001 commit 165331e
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
@@ -1,5 +1,6 @@
language: python
python: 3.7
dist: bionic

# To turn off cached cython files and compiler cache
# set NOCACHE-true
Expand All @@ -23,6 +24,12 @@ git:
# for cloning
depth: false

arch:
- amd64
- ppc64le
- s390x
- arm64

matrix:
fast_finish: true

Expand Down

0 comments on commit 165331e

Please sign in to comment.