From: Ben Darnell Date: Mon, 27 Feb 2012 18:09:46 +0000 (-0800) Subject: Try out travis-ci.org X-Git-Tag: v2.3.0~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c16f8cad729a23ac50fabe52662df71abc0d53c;p=thirdparty%2Ftornado.git Try out travis-ci.org --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 000000000..499a7fce7 --- /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