mirror of
https://github.com/ultrajson/ultrajson.git
synced 2024-11-23 16:42:10 +01:00
24 lines
244 B
YAML
24 lines
244 B
YAML
language: python
|
|
cache: pip
|
|
|
|
arch:
|
|
- ppc64le
|
|
- arm64
|
|
- s390x
|
|
|
|
python:
|
|
- "2.7"
|
|
- "3.5"
|
|
- "3.8"
|
|
- "3.9-dev"
|
|
|
|
jobs:
|
|
fast_finish: true
|
|
|
|
install:
|
|
- pip install -U pip
|
|
- pip install -U pytest six
|
|
- pip install .
|
|
|
|
script: pytest
|