Add py26 back but make it an allowable failure

This commit is contained in:
Marc Abramowitz 2012-06-16 23:46:03 -07:00
parent 4cdc02fa29
commit d9d90e331f
1 changed files with 6 additions and 2 deletions

View 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