summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJeff Quast <contact@jeffquast.com>2015-02-28 03:26:48 -0800
committerJeff Quast <contact@jeffquast.com>2015-02-28 03:27:17 -0800
commit15940d08961bf655cc898dde63cd3f6280b0114e (patch)
tree9ceaa6452b527ee2ef97f44812dc6b0eb5d46087 /tox.ini
parentd0e5b9230f84bb093e1eefdc39a2565649370925 (diff)
downloadblessings-15940d08961bf655cc898dde63cd3f6280b0114e.tar.gz
fix 'blessed' re in .coveragerc, .prospector.yaml
blessed->blessings
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index ebdf04e..c380540 100644
--- a/tox.ini
+++ b/tox.ini
@@ -18,7 +18,7 @@ deps = pytest-xdist
commands = {envbindir}/py.test \
--strict --junit-xml=results.{envname}.xml \
--verbose --verbose \
- --cov blessings blessings/tests --cov-report=term-missing \
+ --cov blessings --cov-report=term-missing \
{posargs}
/bin/mv {toxinidir}/.coverage {toxinidir}/.coverage.{envname}