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

16 lines
195 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
2014-10-30 23:41:25 +01:00
python:
- "2.7"
- "3.5"
2017-12-25 23:48:27 +01:00
- "3.6"
2020-02-14 20:00:55 +01:00
- "3.7"
- "3.8"
- "3.9-dev"
2014-10-30 23:41:25 +01:00
install:
2017-12-26 12:42:05 +01:00
- pip install six blist
2014-10-30 23:41:25 +01:00
- python setup.py install
script: python tests/tests.py