From 62eef98c55a7de6b0344918ffa670c4f463a2594 Mon Sep 17 00:00:00 2001 From: sreekanth370 <70704621+sreekanth370@users.noreply.github.com> Date: Fri, 1 Jan 2021 11:57:15 +0530 Subject: [PATCH 1/3] updated power support --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 72d6da7..01eae39 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: python +arch: + - amd64 + - ppc64le python: - "3.4" - "3.5" From 029d5b9ca8468f82185731146d259d7faa21401f Mon Sep 17 00:00:00 2001 From: sreekanth370 <70704621+sreekanth370@users.noreply.github.com> Date: Fri, 1 Jan 2021 12:11:42 +0530 Subject: [PATCH 2/3] updated power support and excluded job pypy3 --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 01eae39..2eda181 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,13 @@ python: - "3.8" - "3.9" - "pypy3" + # Disable unsuported version pypy for ppc64le +jobs: + exclude: + + - arch: ppc64le + python: pypy3 + install: - pip install . script: From 3f0319181697ade2121aba90c71c36c28e5061ad Mon Sep 17 00:00:00 2001 From: sreekanth370 <70704621+sreekanth370@users.noreply.github.com> Date: Fri, 1 Jan 2021 12:13:38 +0530 Subject: [PATCH 3/3] updated power support and excluded pypy3 --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2eda181..d81b6fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,12 +10,11 @@ python: - "3.8" - "3.9" - "pypy3" - # Disable unsuported version pypy for ppc64le +# Disable unsuported version pypy for ppc64le jobs: exclude: - - arch: ppc64le - python: pypy3 + python: pypy3 install: - pip install .