Add .travis.yml

This commit is contained in:
Marc Abramowitz 2012-05-27 18:31:07 -07:00
parent 447afc3525
commit 2c8cbeb0c0

11
.travis.yml Normal file
View file

@ -0,0 +1,11 @@
language: python
python:
- 2.5
- 2.6
- 2.7
- pypy
before_install: pip install simplejson
script: python setup.py test