Merge 091aab739b into 0609c59676
This commit is contained in:
commit
ad61cda704
1 changed files with 14 additions and 1 deletions
13
.travis.yml
13
.travis.yml
|
|
@ -2,6 +2,10 @@ sudo: false
|
||||||
|
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
|
arch:
|
||||||
|
- amd64
|
||||||
|
- ppc64le
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- pypy
|
- pypy
|
||||||
- 2.7
|
- 2.7
|
||||||
|
|
@ -25,6 +29,15 @@ matrix:
|
||||||
- python: 3.9
|
- python: 3.9
|
||||||
env:
|
env:
|
||||||
- TOXENV=flake8
|
- TOXENV=flake8
|
||||||
|
# Power job
|
||||||
|
- python: 3.9
|
||||||
|
arch: ppc64le
|
||||||
|
env:
|
||||||
|
- TOXENV=flake8
|
||||||
|
|
||||||
|
exclude:
|
||||||
|
- python: pypy
|
||||||
|
arch: ppc64le
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- coverage combine && codecov
|
- coverage combine && codecov
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue