From 621d481b958af767c5725ece751bf5cc4913d05a Mon Sep 17 00:00:00 2001 From: Nagesh A T <74532266+nageshlop@users.noreply.github.com> Date: Mon, 14 Dec 2020 12:24:21 +0530 Subject: [PATCH] Update .travis.yml Added support for ppc64le --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index 199c4dbb..0887eb0c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,16 @@ matrix: - os: osx osx_image: xcode9.4 language: generic +# ppc64le specific code + - os: linux + arch: ppc64le + python: "2.7" + - os: linux + arch: ppc64le + python: "3.5" + - os: linux + arch: ppc64le + python: "3.6" allow_failures: - os: osx - python: "pypy3.5-5.8.0"