From 5fd99dfb023772232a8a4bd946bf70c31da9f4ec Mon Sep 17 00:00:00 2001 From: asellappen <31274494+asellappen@users.noreply.github.com> Date: Mon, 12 Oct 2020 16:49:24 +0530 Subject: [PATCH] Add poweron architecture ppc64le to travis build This is part of the Ubuntu distribution for ppc64le. This helps us simplify testing later when distributions are re-building and re-releasing. For more info tag @gerrith3. --- .travis.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index f04fa15..97086d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,11 @@ language: python - +arch: + - amd64 + - ppc64le python: 2.7 env: - - TOX_ENV=py26 - TOX_ENV=py27 - - TOX_ENV=py32 - - TOX_ENV=py33 - - TOX_ENV=py34 - - TOX_ENV=flake8 install: - pip install tox