Skip to content

Commit

Permalink
Test on PowerPC with Travis CI (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreekanth370 committed Jan 1, 2021
1 parent a45bf88 commit 6bd89af
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
@@ -1,4 +1,7 @@
language: python
arch:
- amd64
- ppc64le
python:
- "3.4"
- "3.5"
Expand All @@ -7,6 +10,12 @@ python:
- "3.8"
- "3.9"
- "pypy3"
# Disable unsuported version pypy for ppc64le
jobs:
exclude:
- arch: ppc64le
python: pypy3

install:
- pip install .
script:
Expand Down

0 comments on commit 6bd89af

Please sign in to comment.