From 72c0d93e115fd45b4818d121b075dd18be639d57 Mon Sep 17 00:00:00 2001 From: Arumugam Date: Mon, 7 Dec 2020 11:49:11 +0000 Subject: [PATCH] Adding Power support(ppc64le) with ci and testing to the project for architecture independent --- .travis.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 30f0cad6..1220d1a9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,18 @@ python: - "3.5" - "3.7" - "3.8" - +jobs: + include: + - arch : ppc64le + python : '3.4' + dist: xenial + - arch : ppc64le + python : '3.7' + dist: bionic + - arch : ppc64le + python : '3.8' + dist: bionic + before_install: - pip install --upgrade setuptools pip - pip install --upgrade pylint pytest pytest-pylint pytest-runner