From 091aab739b0a6eca8327e38bd571613fe7b18030 Mon Sep 17 00:00:00 2001 From: gururajrkatti <74309971+gururajrkatti@users.noreply.github.com> Date: Fri, 11 Dec 2020 16:32:23 +0530 Subject: [PATCH] Add support to ppc64le. Disable pypy as this is not supported --- .travis.yml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b8861da..e96e87d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,10 @@ sudo: false language: python +arch: + - amd64 + - ppc64le + python: - pypy - 2.7 @@ -25,6 +29,15 @@ matrix: - python: 3.9 env: - TOXENV=flake8 - + # Power job + - python: 3.9 + arch: ppc64le + env: + - TOXENV=flake8 + + exclude: + - python: pypy + arch: ppc64le + after_success: - coverage combine && codecov