]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Ensure that travis test runs can see .coveragerc
authorBen Darnell <ben@bendarnell.com>
Wed, 14 May 2014 01:07:38 +0000 (21:07 -0400)
committerBen Darnell <ben@bendarnell.com>
Wed, 14 May 2014 01:07:38 +0000 (21:07 -0400)
.travis.yml

index 7e8ff692209bc1d7045a1a6d1a9002432f550a10..efe7b07412028f8ed94c9dad0b6044315d9a73f1 100644 (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