Howdy web2py-users, I am attempting to get a web2py project to run a test suite on travis-ci.org, but I am running into troubles. In particular, web2py does not seem to produce output of any kind and does not bind to any port that I ask it to. You can see an example of this here, under Python 2.7.3:
https://travis-ci.org/OpenTreeOfLife/api.opentreeoflife.org/builds/13997309#L1006 Note that absolutely no output (not even the copyright/version info) is ever sent to the log file. I have tried this with multiple high-number ports and with/without sending output to a logfile. I also have tried this with the latest web2py release (2.7.4) and see the same behavior, but I am currently testing it with 2.4.4 because that is what other parts of the system I am working with are using. The Travis CI VMs are 64-bit Ubuntu Linux 12.04. If anybody has any ideas about what is causing this or how to route around this, I would greatly appreciate it. Duke -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

