From: Ben Darnell Date: Wed, 14 May 2014 01:07:38 +0000 (-0400) Subject: Ensure that travis test runs can see .coveragerc X-Git-Tag: v4.0.0b1~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f91b8357e25b2609653f2b430839616686f9dff3;p=thirdparty%2Ftornado.git Ensure that travis test runs can see .coveragerc --- diff --git a/.travis.yml b/.travis.yml index 7e8ff6922..efe7b0741 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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