Skip to content
Closed
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
13 changes: 12 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
language: python
arch:
- amd64
- ppc64le
python:
- "pypy3"
- "pypy"
Expand All @@ -8,7 +11,15 @@ python:
- "3.5"
- "2.7"
- "3.9-dev"

# ppc64le specific code
jobs:
exclude:
- arch: ppc64le
python:
- "pypy3"
- arch: ppc64le
python:
- "pypy"
cache: pip

env:
Expand Down