From c1346ddd3363f820e40d795b64383691ec2831d1 Mon Sep 17 00:00:00 2001 From: Arumugam Date: Tue, 22 Dec 2020 13:23:17 +0000 Subject: [PATCH] Adding Power support(ppc64le) with ci and testing to the project for architecture independent --- .travis.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b920709c..5cbcfcec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ sudo: false - +arch: + - amd64 + - ppc64le language: python python: - "3.6" @@ -42,5 +44,9 @@ matrix: - python: "2.7" env: DJANGO="14" + - python: "3.5" + arch: ppc64le + env: DJANGO="18" + notifications: irc: "irc.freenode.org#imagekit"