1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-05-04 19:16:04 +02:00
ultrajson/.travis.yml
2020-11-15 19:33:38 +02:00

23 lines
265 B
YAML

language: python
cache: pip
arch:
- ppc64le
- arm64
- s390x
# Only test oldest and newest supported versions
python:
- "3.6"
- "3.9"
jobs:
fast_finish: true
install:
- pip install -U pip
- pip install -U pytest
- pip install .
script: pytest