From 0e02d6abebf7ab8fd82b9b4d3ac6089a1c64425c Mon Sep 17 00:00:00 2001 From: sanjay-cpu Date: Mon, 12 Oct 2020 09:36:48 +0000 Subject: [PATCH] Travis-ci: added support for ppc64le --- .travis.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3f0934b1..8c82efa7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ language: python - +arch: + - amd64 + - ppc64le python: - "2.7" - "3.4" @@ -7,6 +9,11 @@ python: - "3.6" - "pypy" +matrix: + exclude: + - python: "pypy" + arch: ppc64le + script: - nosetests -s @@ -18,6 +25,7 @@ after_success: branches: only: - master + - ppc64le notifications: email: false