blob: 520ac1ba28d37afae8b7e0b149d374ea6a2ded59 [file] [log] [blame]
language: python
python:
- "2.5"
- "2.6"
- "2.7"
- "3.3"
- "pypy"
# dependencies
install: pip install simplejson --use-mirrors
# command to run tests
script: "cd test; make"