Skip to content

Commit

Permalink
Add Power Support ppc64le
Browse files Browse the repository at this point in the history
  • Loading branch information
nagesh4193 committed Nov 30, 2020
1 parent aa7eca7 commit 5a5da0d
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .travis.yml
Expand Up @@ -27,6 +27,31 @@ matrix:
env: TOXENV=py39
- python: 'pypy'
env: TOXENV=pypy
# Added power support architecture
- arch: ppc64le
python: '3.6'
env: TOXENV=docs
- arch: ppc64le
python: '3.6'
env: TOXENV=flake8
- arch: ppc64le
python: '2.7'
env: TOXENV=py27
- arch: ppc64le
python: '3.5'
env: TOXENV=py35
- arch: ppc64le
python: '3.6'
env: TOXENV=py36
- arch: ppc64le
python: '3.7'
env: TOXENV=py37
- arch: ppc64le
python: '3.8'
env: TOXENV=py38
- arch: ppc64le
python: '3.9-dev'
env: TOXENV=py39

cache:
directories:
Expand Down

0 comments on commit 5a5da0d

Please sign in to comment.