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

Test on Python 3.9-dev to avoid surprises

This commit is contained in:
Hugo 2020-02-14 22:22:06 +02:00 committed by Carl Byström
parent 7d0f4fb7e9
commit c377040a53

View File

@ -1,11 +1,12 @@
sudo: false
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.9-dev"
install:
- pip install six blist unittest2 pytz
- python setup.py install