Try out travis-ci.org

This commit is contained in:
Ben Darnell 2012-02-27 10:09:46 -08:00
parent 94dc4c78e8
commit 6c16f8cad7
1 changed files with 9 additions and 0 deletions

9
.travis.yml Normal file
View File

@ -0,0 +1,9 @@
language: python
python:
- 2.6
- 2.7
- 3.2
# TODO: install pycurl, twisted, etc (depends on python version)
install:
- python setup.py install
script: python -m tornado.test.runtests