1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-05-28 18:16:02 +02:00
ultrajson/.travis.yml

25 lines
279 B
YAML
Raw Normal View History

2014-10-30 23:41:25 +01:00
language: python
2020-02-18 21:14:17 +01:00
cache: pip
2020-02-21 10:36:25 +01:00
arch:
- ppc64le
- arm64
2020-02-21 10:36:25 +01:00
- s390x
2022-02-05 17:36:05 +01:00
dist: focal
# Only test oldest and newest supported versions
2014-10-30 23:41:25 +01:00
python:
2021-11-22 12:51:22 +01:00
- "3.7"
- "3.10"
jobs:
fast_finish: true
2014-10-30 23:41:25 +01:00
install:
- pip install -U pip
2020-03-15 09:51:19 +01:00
- pip install -U pytest
- pip install .
2020-02-23 19:48:48 +01:00
2020-03-01 17:55:10 +01:00
script: pytest