Skip to content

Commit

Permalink
Add Power Support ppc64le
Browse files Browse the repository at this point in the history
  • Loading branch information
nagesh4193 committed Nov 25, 2020
1 parent 52b7759 commit 8e28238
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,9 @@ python:
- 3.5
- 3.6
- pypy
arch:
- amd64
- ppc64le
matrix:
include:
- python: 3.7
Expand All @@ -12,6 +15,17 @@ matrix:
- python: 3.8-dev
dist: xenial
sudo: true
- arch: ppc64le
python: 3.7
dist: xenial
sudo: true
- arch: ppc64le
python: 3.8-dev
dist: xenial
sudo: true
exclude: # Disable pypy version for power support
- arch: ppc64le
python: pypy
env:
matrix:
- PYTHON_REGEX=false
Expand Down

0 comments on commit 8e28238

Please sign in to comment.