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