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.
This commit is contained in:
Ben Darnell 2013-12-30 12:10:55 -05:00
parent 275da3c2d2
commit bdee92ac48
1 changed files with 0 additions and 4 deletions

View 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