From: Ben Darnell Date: Mon, 30 Dec 2013 17:10:55 +0000 (-0500) Subject: Remove 'cd maint' from travis script. X-Git-Tag: v3.2.0b1~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdee92ac48ae16e313f1bbea1399eab2ac8b77b3;p=thirdparty%2Ftornado.git Remove 'cd maint' from travis script. This was needed for 2to3, which we no longer use. The changed directory meant that coveralls wasn't seeing our .coveragerc. --- diff --git a/.travis.yml b/.travis.yml index 77d5644af..e0d0cfa8a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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