From d9d90e331f729d4c59ef3ff3f9e374372c91abf7 Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Sat, 16 Jun 2012 23:46:03 -0700 Subject: [PATCH] Add py26 back but make it an allowable failure --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b928c44b..4505b23b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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