Add support to ppc64le (#88)

This commit is contained in:
gururajrkatti 2021-01-21 02:24:55 +05:30 committed by GitHub
parent 1ba4c7c7ca
commit a4c78512d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,9 @@
language: python
arch:
- amd64
- ppc64le
python:
- "3.5"
- "3.6"