diff --git a/.travis.yml b/.travis.yml index 8dd0ac3..546adf9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +arch: + - amd64 + - ppc64le language: python python: - "2.7" @@ -5,6 +8,11 @@ python: - "3.5" - "3.6" - "pypy" +jobs: + exclude: + - python: "pypy" + arch: ppc64le + # Enable 3.7 without globally enabling sudo and dist: xenial for other build jobs # Should be able to remove this wierd stuff once # https://github.com/travis-ci/travis-ci/issues/9815 is resolved @@ -13,6 +21,12 @@ matrix: - python: 3.7 dist: xenial sudo: true + arch: amd64 + - python: 3.7 + dist: xenial + sudo: true + arch: ppc64le + # /end python 3.7 hack before_install: - "sudo apt-get update -qq"