]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Remove 'cd maint' from travis script.
authorBen Darnell <ben@bendarnell.com>
Mon, 30 Dec 2013 17:10:55 +0000 (12:10 -0500)
committerBen Darnell <ben@bendarnell.com>
Mon, 30 Dec 2013 17:10:55 +0000 (12:10 -0500)
This was needed for 2to3, which we no longer use.  The changed
directory meant that coveralls wasn't seeing our .coveragerc.

.travis.yml

index 77d5644af6d3d2c3f7377744ec4070d48ab003cf..e0d0cfa8ac59f05bc49318c987133f7b58c8f74f 100644 (file)
@@ -23,10 +23,6 @@ install:
     - pip install --use-mirrors coveralls
 
 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
     - export TARGET="-m tornado.test.runtests"
     # We use "python -m coverage" instead of the "bin/coverage" script
     # so we can pass additional arguments to python.  However, this doesn't