Ensure that travis test runs can see .coveragerc

This commit is contained in:
Ben Darnell 2014-05-13 21:07:38 -04:00
parent a47c2c5eb5
commit f91b8357e2
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,8 @@ script:
# confusion. This is necessary to ensure that the speedups module can
# be found in the installation directory.
- cd maint
# Copy the coveragerc down so coveralls can find it.
- cp ../.coveragerc .
- if [[ $TRAVIS_PYTHON_VERSION != 'pypy' ]]; then export TORNADO_EXTENSION=1; fi
- export TARGET="-m tornado.test.runtests"
# We use "python -m coverage" instead of the "bin/coverage" script