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

Use new Docker based Travis-CI

This commit is contained in:
INADA Naoki 2014-12-25 16:30:58 +09:00
parent c9744834ab
commit df1b562e0c

View File

@ -1,3 +1,4 @@
sudo: false
language: python
python:
- "2.6"
@ -7,4 +8,4 @@ python:
install:
- pip install unittest2
- python setup.py install
script: python tests/tests.py
script: python tests/tests.py