From 5bbb2bc44daf54b446b1ce16a476ccb647bce976 Mon Sep 17 00:00:00 2001 From: Arumugam Date: Tue, 1 Dec 2020 04:28:59 +0000 Subject: [PATCH] Adding Power support(ppc64le) with ci and testing to the project for architecture independent --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 25f3edb4..c2e4f4c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: python +arch: + - amd64 + - ppc64le python: - "3.6" - "3.7"