]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Try out travis-ci.org
authorBen Darnell <ben@bendarnell.com>
Mon, 27 Feb 2012 18:09:46 +0000 (10:09 -0800)
committerBen Darnell <ben@bendarnell.com>
Mon, 27 Feb 2012 18:09:46 +0000 (10:09 -0800)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..499a7fc
--- /dev/null
@@ -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