From f91b8357e25b2609653f2b430839616686f9dff3 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Tue, 13 May 2014 21:07:38 -0400 Subject: [PATCH] Ensure that travis test runs can see .coveragerc --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 7e8ff692..efe7b074 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