From 233d35dd8b5dad29b8325c91d0a561fca289c919 Mon Sep 17 00:00:00 2001 From: asellappen <31274494+asellappen@users.noreply.github.com> Date: Fri, 20 Nov 2020 21:55:17 +0530 Subject: [PATCH] Adding Power support(ppc64le) with continuous integration/testing to the project for architecture independent --- .travis.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8bf173b..fe68d9a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,11 @@ language: python +dist: bionic +arch: +- amd64 +- ppc64le python: -- 2.7 -- 3.4 -- 3.5 - 3.6 +- 3.8 install: - pip install -r requirements-dev.txt - pip install -r requirements.txt