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

This commit is contained in:
Marc Abramowitz 2012-06-23 08:56:09 -07:00 committed by benoitc
parent 0e88aa6907
commit 103d291670

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: python
python:
- 2.6
- 2.7
- pypy
install: python setup.py install
script: nosetests