From e10d82cac239e3020a3be7e2e9ac56743f3fffd4 Mon Sep 17 00:00:00 2001 From: sreekanth370 <70704621+sreekanth370@users.noreply.github.com> Date: Tue, 5 Jan 2021 05:23:13 +0530 Subject: [PATCH] Adds ppc64le distribution(#286) --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index cf26ab2..787f88a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,9 @@ sudo: false cache: - pip language: python +arch: + - amd64 + - ppc64le python: - '2.7' - '3.4' @@ -14,6 +17,8 @@ python: matrix: exclude: - python: 3.4 + - arch: ppc64le + python: pypy - env: - DEPEENDENCIES="flask==1.1"