Add support to ppc64le. Disable pypy as this is not supported
This commit is contained in:
parent
7a83e7148d
commit
091aab739b
1 changed files with 14 additions and 1 deletions
15
.travis.yml
15
.travis.yml
|
|
@ -2,6 +2,10 @@ sudo: false
|
|||
|
||||
language: python
|
||||
|
||||
arch:
|
||||
- amd64
|
||||
- ppc64le
|
||||
|
||||
python:
|
||||
- pypy
|
||||
- 2.7
|
||||
|
|
@ -25,6 +29,15 @@ matrix:
|
|||
- python: 3.9
|
||||
env:
|
||||
- TOXENV=flake8
|
||||
|
||||
# Power job
|
||||
- python: 3.9
|
||||
arch: ppc64le
|
||||
env:
|
||||
- TOXENV=flake8
|
||||
|
||||
exclude:
|
||||
- python: pypy
|
||||
arch: ppc64le
|
||||
|
||||
after_success:
|
||||
- coverage combine && codecov
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue