From 6c16f8cad729a23ac50fabe52662df71abc0d53c Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Mon, 27 Feb 2012 10:09:46 -0800 Subject: [PATCH] Try out travis-ci.org --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..499a7fce --- /dev/null +++ b/.travis.yml @@ -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