From 12b9b2aba6a64cee8bf6c99f7c4dd13e71af430a Mon Sep 17 00:00:00 2001 From: Arumugam Date: Wed, 2 Dec 2020 06:00:38 +0000 Subject: [PATCH] Adding Power support(ppc64le) with ci and testing to the project for architecture independent --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 50eb732..141abb2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ sudo: false +arch: + - amd64 + - ppc64le language: python python: - 2.7 @@ -28,3 +31,6 @@ matrix: include: - python: 3.8 env: TOXENV=desc + - python: 3.8 + env: TOXENV=desc + arch: ppc64le