]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Disable python 2.6 on travis-ci, since I don't have enough visibility
authorBen Darnell <ben@bendarnell.com>
Thu, 19 Apr 2012 05:56:14 +0000 (22:56 -0700)
committerBen Darnell <ben@bendarnell.com>
Thu, 19 Apr 2012 05:56:14 +0000 (22:56 -0700)
to dig into the SSL segfault.

.travis.yml

index 426258bcdf5a41c8002139ea0d87a5aa979d4b63..b928c44b307968fffb5099be69a7daf773591234 100644 (file)
@@ -1,7 +1,8 @@
 # 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
 # TODO: install pycurl, twisted, etc (depends on python version)
@@ -12,4 +13,4 @@ script:
     # the python2 code from the current directory instead of the installed
     # 2to3 version.
     - cd maint
-    - python -m tornado.test.runtests -- -v tornado.test.runtests.all
+    - python -m tornado.test.runtests