From 023bc2818da970356648fd9ea37627377c5f7f59 Mon Sep 17 00:00:00 2001 From: Arumugam Date: Tue, 8 Dec 2020 12:03:18 +0000 Subject: [PATCH] Adding Power support(ppc64le) with ci and testing to the project for architecture independent --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) 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