Skip to content

Commit

Permalink
Merge pull request EnableSecurity#118 from gururajrkatti/master
Browse files Browse the repository at this point in the history
Add support to ppc64le
  • Loading branch information
sandrogauci authored Dec 10, 2020
2 parents 7fb9d5c + abaac80 commit 093195c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ matrix:
- python: 3.7
dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
sudo: required # required for Python 3.7 (travis-ci/travis-ci#9069)
# power support
- python: 3.7
arch: ppc64le
dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
sudo: required # required for Python 3.7 (travis-ci/travis-ci#9069)

install:
- python setup.py install
- pip install flake8
Expand Down

0 comments on commit 093195c

Please sign in to comment.