Skip to content

Commit

Permalink
Add Power Support ppc64le
Browse files Browse the repository at this point in the history
  • Loading branch information
nagesh4193 authored and clintonb committed Dec 15, 2020
1 parent 439409f commit 0ef9d30
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,23 @@ matrix:
- { python: "3.8", env: TOXENV=py38-django31 }

- { python: "3.7", env: TOXENV=i18n }

# Adding power support architecture
- { arch: "ppc64le", python: "3.5", env: TOXENV=py35-django22, addons: {postgresql: "10"} }

- { arch: "ppc64le", python: "3.6", env: TOXENV=py36-django22, addons: {postgresql: "10"} }
- { arch: "ppc64le", python: "3.6", env: TOXENV=py36-django30, addons: {postgresql: "10"} }
- { arch: "ppc64le", python: "3.6", env: TOXENV=py36-django31, addons: {postgresql: "10"} }

- { arch: "ppc64le", python: "3.7", env: TOXENV=py37-django22, addons: {postgresql: "10"} }
- { arch: "ppc64le", python: "3.7", env: TOXENV=py37-django30, addons: {postgresql: "10"} }
- { arch: "ppc64le", python: "3.7", env: TOXENV=py37-django31, addons: {postgresql: "10"} }

- { arch: "ppc64le", python: "3.8", env: TOXENV=py38-django22, addons: {postgresql: "10"} }
- { arch: "ppc64le", python: "3.8", env: TOXENV=py38-django30, addons: {postgresql: "10"} }
- { arch: "ppc64le", python: "3.8", env: TOXENV=py38-django31, addons: {postgresql: "10"} }

- { arch: "ppc64le", python: "3.7", env: TOXENV=i18n, addons: {postgresql: "10"} }

install:
- pip install tox tox-travis
Expand All @@ -35,6 +52,7 @@ addons:
postgresql: "9.6"

before_script:
- sudo apt-get install -y gettext-base gettext
- psql -c 'create database waffle_test;' -U postgres

env:
Expand Down

0 comments on commit 0ef9d30

Please sign in to comment.