Skip to content

Commit

Permalink
travis: adjust build matrix
Browse files Browse the repository at this point in the history
Test pypy3 only on amd64. Test s390x only for 3.6 and allow it to fail.
  • Loading branch information
jdavid committed Nov 1, 2020
1 parent 876d485 commit 8debc0d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,10 @@ python:
- "3.7"
- "3.8"
- "3.9"
- "pypy3"

arch:
- amd64
- arm64
- s390x

env:
global:
Expand All @@ -24,7 +22,13 @@ env:


jobs:
allow_failures:
- arch: s390x
include:
- python: pypy3
arch: amd64
- python: 3.6
arch: s390x
- stage: &deploy_stage Publish to PyPI (runs only for tagged commits)
name: >-
OS-specific manylinux wheels
Expand Down

0 comments on commit 8debc0d

Please sign in to comment.