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

14 lines
191 B
YAML
Raw Normal View History

2014-12-25 08:30:58 +01:00
sudo: false
2014-10-30 23:41:25 +01:00
language: python
2014-10-30 23:41:25 +01:00
python:
- "2.7"
- "3.4"
- "3.5"
- "3.9-dev"
2014-10-30 23:41:25 +01:00
install:
- pip install six blist unittest2 pytz
2014-10-30 23:41:25 +01:00
- python setup.py install
script: python tests/tests.py