Skip to content

Commit 165331e

Browse files
committed
travis: enable bionic & multi-cpu testing
1 parent 54b4001 commit 165331e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: python
22
python: 3.7
3+
dist: bionic
34

45
# To turn off cached cython files and compiler cache
56
# set NOCACHE-true
@@ -23,6 +24,12 @@ git:
2324
# for cloning
2425
depth: false
2526

27+
arch:
28+
- amd64
29+
- ppc64le
30+
- s390x
31+
- arm64
32+
2633
matrix:
2734
fast_finish: true
2835

0 commit comments

Comments
 (0)