From 26e795b5dafe7d227147f1663ffeca6a76efe453 Mon Sep 17 00:00:00 2001 From: dthadi3 <70625669+dthadi3@users.noreply.github.com> Date: Mon, 28 Sep 2020 17:43:31 +0530 Subject: [PATCH] Update .travis.yml changes related to ppc64le --- .travis.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index a9803c9..eba1e29 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,5 @@ language: python cache: pip -#power_jobs -arch: - - AMD64 - - ppc64le matrix: include: - python: "3.5" @@ -20,7 +16,7 @@ matrix: env: TOXENV=py38 dist: xenial sudo: true -#power_jobs +#power_jobs - python: "3.5" env: TOXENV=py35 arch: ppc64le @@ -39,7 +35,7 @@ matrix: env: TOXENV=py38 dist: xenial sudo: true - arch: ppc64le + arch: ppc64le before_install: - pip install codecov install: