Skip to content

Commit

Permalink
Add py26 back but make it an allowable failure
Browse files Browse the repository at this point in the history
  • Loading branch information
msabramo committed Jun 17, 2012
1 parent 4cdc02f commit d9d90e3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d9d90e3

Please sign in to comment.