Add support to ppc64le. Disable pypy as this is not supported

This commit is contained in:
gururajrkatti 2020-12-11 16:32:23 +05:30 committed by Gururaj R Katti
parent 7a83e7148d
commit 091aab739b

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