From bb5275fbbbbf80bd3c79ad55a2ca014c4a78973c Mon Sep 17 00:00:00 2001 From: Devendranath Thadi Date: Mon, 21 Dec 2020 09:57:13 +0000 Subject: [PATCH] Travis-ci: added support for ppc64le --- .travis.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index eb64a48..e1c3526 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,11 @@ sudo: false language: python +arch: + - amd64 + - ppc64le python: - "2.7" - - "3.3" - - "3.4" + - "3.8" + - "3.9" install: pip install tox-travis script: tox