summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Quast <contact@jeffquast.com>2014-12-03 09:18:32 -0800
committerJeff Quast <contact@jeffquast.com>2014-12-03 09:19:29 -0800
commitfea58cbf193a1e090ae063f6098e6abb161c4cba (patch)
treec22afd5a0e31ff2c5898e2ae69b5d67aba2d798c
parent2c4635e037848f09f4be8ac90fd0e9fd0e48f26b (diff)
downloadblessings-fea58cbf193a1e090ae063f6098e6abb161c4cba.tar.gz
Fix coverage reporting
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index c7c960a..c0c7523 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,14 +16,14 @@ recreate=true
## run each test twice
## -- 1. w/o tty
## this intermittently hangs on OSX build slave.
-## no matter, hasn't proven useful in a long while.
+## no matter, hasn't proved useful in a long while.
##commands = /bin/bash -c '{envbindir}/py.test \
## -x --strict --pep8 --flakes \
## --junit-xml=results.$(uname -s).{envname}.notty.xml \
## --verbose --verbose \
## --cov blessed blessed/tests {posargs} \
## < /dev/null 2>&1 | tee /dev/null'
-## /bin/mv {toxinidir}/.coverage {toxinidir}/._coverage.{envname}.notty
+## /bin/mv {toxinidir}/.coverage {toxinidir}/.coverage.{envname}.notty
## -- 2. w/tty
commands = /bin/bash -c '{envbindir}/py.test \
@@ -31,7 +31,7 @@ commands = /bin/bash -c '{envbindir}/py.test \
--junit-xml=results.$(uname -s).{envname}.withtty.xml \
--verbose --verbose \
--cov blessed blessed/tests {posargs}'
- /bin/mv {toxinidir}/.coverage {toxinidir}/._coverage.{envname}.withtty
+ /bin/mv {toxinidir}/.coverage {toxinidir}/.coverage.{envname}.withtty
[pytest]
# py.test fixtures conflict with pyflakes