From 8ee76fa7a77e5d0e087c1077caa513706f031575 Mon Sep 17 00:00:00 2001 From: nagesh4193 <70690392+nagesh4193@users.noreply.github.com> Date: Fri, 27 Nov 2020 17:58:52 +0530 Subject: [PATCH] Add Power Support ppc64le --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index ce6c95a..2932136 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ sudo: false language: python dist: xenial +arch: + - amd64 + - ppc64le python: - "2.7" - "3.4"