Skip to content

Commit 8debc0d

Browse files
committed
travis: adjust build matrix
Test pypy3 only on amd64. Test s390x only for 3.6 and allow it to fail.
1 parent 876d485 commit 8debc0d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ python:
99
- "3.7"
1010
- "3.8"
1111
- "3.9"
12-
- "pypy3"
1312

1413
arch:
1514
- amd64
1615
- arm64
17-
- s390x
1816

1917
env:
2018
global:
@@ -24,7 +22,13 @@ env:
2422

2523

2624
jobs:
25+
allow_failures:
26+
- arch: s390x
2727
include:
28+
- python: pypy3
29+
arch: amd64
30+
- python: 3.6
31+
arch: s390x
2832
- stage: &deploy_stage Publish to PyPI (runs only for tagged commits)
2933
name: >-
3034
OS-specific manylinux wheels

0 commit comments

Comments
 (0)