diff --git a/.travis.yml b/.travis.yml index ca39904..4884150 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: python +arch: + - amd64 + - ppc64le python: - pypy - pypy3.5 @@ -6,6 +9,12 @@ python: - 3.4 - 3.5 - 3.6 +jobs: + exclude: + - arch : ppc64le + python : pypy + - arch : ppc64le + python : pypy3.5 install: - pip install coveralls tox-travis script: tox