Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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