Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
jobs excluded for pypy3 in ppc64le
  • Loading branch information
dthadi3 authored and Tinche committed Oct 6, 2020
1 parent 4083c73 commit 62b4c27
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,12 @@ matrix:
env: TOXENV=py38
dist: xenial
sudo: true
arch: ppc64le
arch: ppc64le
# Disable version pypy3
jobs:
exclude:
- arch: ppc64le
python: pypy3
before_install:
- pip install codecov
install:
Expand Down

0 comments on commit 62b4c27

Please sign in to comment.