Skip to content

Commit

Permalink
Add .travis.yml file to branch2.2 just to make everything green.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdarnell committed Apr 24, 2012
1 parent a1bb663 commit 235cb17
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
@@ -0,0 +1,16 @@
# 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.7
- 3.2
# TODO: install pycurl, twisted, etc (depends on python version)
install:
- python setup.py install
script:
# Must cd somewhere else so python3 doesn't get confused and run
# the python2 code from the current directory instead of the installed
# 2to3 version.
- cd maint
- python -m tornado.test.runtests

0 comments on commit 235cb17

Please sign in to comment.