Add .travis.yml for Travis CI (http://travis-ci.org/)

This commit is contained in:
Marc Abramowitz 2012-06-05 21:51:56 -07:00
parent a005018a4e
commit 66c0217619

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
language: python
python:
- 2.5
- 2.6
- 2.7
# - 3.2
# - pypy
script:
- python setup.py clean
- python setup.py install
- python selftest.py