From: Ben Darnell Date: Thu, 19 Apr 2012 05:42:34 +0000 (-0700) Subject: Increase verbosity for tests on travis-ci to track down a segfault on 2.6 X-Git-Tag: v2.3.0~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcc9a0a629c29436a498e018aab57c8f9db68616;p=thirdparty%2Ftornado.git Increase verbosity for tests on travis-ci to track down a segfault on 2.6 --- diff --git a/.travis.yml b/.travis.yml index d39e21090..426258bcd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,4 @@ script: # the python2 code from the current directory instead of the installed # 2to3 version. - cd maint - - python -m tornado.test.runtests + - python -m tornado.test.runtests -- -v tornado.test.runtests.all