Skip to content

Commit

Permalink
Add poweron architecture ppc64le to travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
asellappen committed Oct 30, 2020
1 parent 52d70b0 commit 54ef061
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
language: python

arch:
- amd64
- ppc64le
sudo: false

python:
- "pypy"
- "2.7"
- "3.3"
- "3.4"
- "3.5"

Expand All @@ -17,6 +19,8 @@ matrix:
exclude:
- python: "pypy" # pypy will always build without extension
env: RADIX_NO_EXT=false
- python: "pypy" #poweron support exclude
arch: ppc64le

install:
- pip install coveralls
Expand Down

0 comments on commit 54ef061

Please sign in to comment.