From b69c482dec8c0d650c7b6480f38b57ecdfeaf61c Mon Sep 17 00:00:00 2001 From: genisysram <70624950+genisysram@users.noreply.github.com> Date: Mon, 9 Nov 2020 10:39:31 +0530 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index fd4e063..9a6e7e0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,9 @@ +arch: + - amd64 + - ppc64le language: python + python: - "3.5" - "3.6"