1
0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-09-20 19:32:05 +02:00

Test other CPU architectures

This commit is contained in:
Hugo 2020-02-21 11:36:25 +02:00
parent 9722b1aa11
commit 5b681810fc

View File

@ -1,6 +1,12 @@
sudo: false
language: python
arch:
- amd64
- arm64
- ppc64le
- s390x
python:
- "2.7"
- "3.4"