From f62b4f1ffd8ccd4b9c21bfb3ba28face665e1594 Mon Sep 17 00:00:00 2001 From: Arumugam Date: Tue, 15 Dec 2020 06:08:33 +0000 Subject: [PATCH] Adding power support for this package to support arch indepentant --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index f3bd571..1bf33d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,16 @@ matrix: # Obtain Python 3.7 from xenial as per https://github.com/travis-ci/travis-ci/issues/9815 - python: "3.7" dist: xenial + + - python: "2.7" + arch: ppc64le + - python: "3.6" + arch: ppc64le + # Obtain Python 3.7 from xenial as per https://github.com/travis-ci/travis-ci/issues/9815 + - python: "3.7" + dist: xenial + - python: "3.8" + dist: bionic install: - pip install tox before_script: