Skip to content

Commit

Permalink
Disable python 2.6 on travis-ci, since I don't have enough visibility
Browse files Browse the repository at this point in the history
to dig into the SSL segfault.
  • Loading branch information
bdarnell committed Apr 19, 2012
1 parent bcc9a0a commit b082051
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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

0 comments on commit b082051

Please sign in to comment.