]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Fix the inevitable typos in .travis.yml.
authorBen Darnell <ben@bendarnell.com>
Sat, 9 Mar 2013 00:04:08 +0000 (19:04 -0500)
committerBen Darnell <ben@bendarnell.com>
Sat, 9 Mar 2013 00:04:08 +0000 (19:04 -0500)
.travis.yml

index 038425fdde761461777d2006631f9d552d1edd3f..39bc0955a500ced77bd2741602d7a96fee1be7fb 100644 (file)
@@ -24,14 +24,14 @@ script:
     - cd maint
     - python -m tornado.test.runtests
     - python -m tornado.test.runtests --ioloop=tornado.platform.select.SelectIOLoop
-    - python -m tornado.test.runtests --resolver=tornado.netutil.ThreadedResolver
     - python -O -m tornado.test.runtests
     - LANG=C python -m tornado.test.runtests
     - LANG=en_US.utf-8 python -m tornado.test.runtests
     - if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then python -bb -m tornado.test.runtests; fi
+    - if [[ $TRAVIS_PYTHON_VERSION == 3* || $DEPS == true ]]; then python -m tornado.test.runtests --resolver=tornado.netutil.ThreadedResolver; fi
     - if [[ $TRAVIS_PYTHON_VERSION == 2* && $DEPS == true ]]; then python -m tornado.test.runtests --httpclient=tornado.curl_httpclient.CurlAsyncHTTPClient; fi
     - if [[ $TRAVIS_PYTHON_VERSION == 2* && $DEPS == true ]]; then python -m tornado.test.runtests --ioloop_time_monotonic; fi
     - if [[ $TRAVIS_PYTHON_VERSION == 2* && $DEPS == true ]]; then python -m tornado.test.runtests --ioloop=tornado.platform.twisted.TwistedIOLoop; fi
     - if [[ $TRAVIS_PYTHON_VERSION == 2* && $DEPS == true ]]; then python -m tornado.test.runtests --resolver=tornado.platform.twisted.TwistedResolver; fi
-    - if [[ $DEPS == true ]]; then python -m tornado.test.runtests --resolver = tornado.platform.caresresolver.CaresResolver; fi
-    - if [[ $TRAVIS_PYTHON_VERSION == '3.3' ]] then python -m tornado.test.runtests --ioloop_time_monotonic; fi
+    - if [[ $DEPS == true ]]; then python -m tornado.test.runtests --resolver=tornado.platform.caresresolver.CaresResolver; fi
+    - if [[ $TRAVIS_PYTHON_VERSION == '3.3' ]]; then python -m tornado.test.runtests --ioloop_time_monotonic; fi