Skip to content

Commit

Permalink
Merge pull request #54 from kishorkunal-raj/master
Browse files Browse the repository at this point in the history
Adding ppc64le architecture support on travis-ci
  • Loading branch information
charettes committed Oct 9, 2020
2 parents c1f9ec4 + 79b5447 commit c6e018e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,16 @@ python:
stages:
- lint
- test
arch:
- amd64
- ppc64le
jobs:
fast_finish: true
include:
- { stage: lint, env: TOXENV=flake8, python: 3.6 }
- { stage: lint, env: TOXENV=isort, python: 3.6 }
- { stage: lint, env: TOXENV=flake8, python: 3.6, arch: ppc64le }
- { stage: lint, env: TOXENV=isort, python: 3.6, arch: ppc64le }

install:
- pip install tox coveralls tox-travis
Expand Down

0 comments on commit c6e018e

Please sign in to comment.