From: Ben Darnell Date: Fri, 17 Jan 2014 04:12:42 +0000 (-0500) Subject: Don't require the extension to be present when building docs. X-Git-Tag: v3.2.1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cb446e0690951c8834246a28571a39616b80453;p=thirdparty%2Ftornado.git Don't require the extension to be present when building docs. --- diff --git a/.travis.yml b/.travis.yml index 8a57987f9..b298ebd99 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,6 +48,7 @@ script: - if [[ $TRAVIS_PYTHON_VERSION == 2* && $DEPS == true ]]; then python $TARGET --resolver=tornado.platform.twisted.TwistedResolver; fi - if [[ $TRAVIS_PYTHON_VERSION != pypy && $DEPS == true ]]; then python $TARGET --resolver=tornado.platform.caresresolver.CaresResolver; fi - if [[ $TRAVIS_PYTHON_VERSION == '3.3' ]]; then python $TARGET --ioloop_time_monotonic; fi + - export TORNADO_EXTENSION=0 - if [[ $TRAVIS_PYTHON_VERSION == '2.7' && $DEPS == true ]]; then cd ../docs && mkdir sphinx-out && sphinx-build -E -n -W -b html . sphinx-out; fi after_success: