1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-05-14 04:16:07 +02:00
ultrajson/.travis.yml
2022-02-05 16:36:05 +00:00

25 lines
279 B
YAML

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