This commit is contained in:
gururajrkatti 2021-09-02 04:13:10 -04:00 committed by GitHub
commit ad61cda704
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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