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