From 8e28238a581be36e8eb8707799eb204c3f9b86bf Mon Sep 17 00:00:00 2001 From: nagesh4193 <70690392+nagesh4193@users.noreply.github.com> Date: Wed, 25 Nov 2020 14:50:27 +0530 Subject: [PATCH] Add Power Support ppc64le --- .travis.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.travis.yml b/.travis.yml index f932c5f..47c8a7c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,9 @@ python: - 3.5 - 3.6 - pypy +arch: + - amd64 + - ppc64le matrix: include: - python: 3.7 @@ -12,6 +15,17 @@ matrix: - python: 3.8-dev dist: xenial sudo: true + - arch: ppc64le + python: 3.7 + dist: xenial + sudo: true + - arch: ppc64le + python: 3.8-dev + dist: xenial + sudo: true + exclude: # Disable pypy version for power support + - arch: ppc64le + python: pypy env: matrix: - PYTHON_REGEX=false