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

27 lines
290 B
YAML

language: python
cache: pip
arch:
- amd64
- arm64
- ppc64le
- s390x
python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9-dev"
matrix:
fast_finish: true
install:
- pip install -U pip
- pip install -U six blist
- pip install .
script: python tests/tests.py