]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Add py26 back but make it an allowable failure
authorMarc Abramowitz <marc@marc-abramowitz.com>
Sun, 17 Jun 2012 06:46:03 +0000 (23:46 -0700)
committerMarc Abramowitz <marc@marc-abramowitz.com>
Sun, 17 Jun 2012 06:46:03 +0000 (23:46 -0700)
.travis.yml

index b928c44b307968fffb5099be69a7daf773591234..4505b23bee1d10cdfd80348aedd5d3d01e2e88e6 100644 (file)
@@ -1,10 +1,14 @@
 # http://travis-ci.org/#!/facebook/tornado
 language: python
-# The build of 2.6 on travis has a bug related to ssl (it segfaults in
-# test_sslv2_fail)
 python:
+    - 2.6
     - 2.7
     - 3.2
+matrix:
+    allow_failures:
+        # The build of 2.6 on travis has a bug related to ssl (it segfaults in
+        # test_sslv2_fail)
+        - python: 2.6
 # TODO: install pycurl, twisted, etc (depends on python version)
 install:
     - python setup.py install