summaryrefslogtreecommitdiff
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
parentd0e5b9230f84bb093e1eefdc39a2565649370925 (diff)
downloadblessings-15940d08961bf655cc898dde63cd3f6280b0114e.tar.gz
fix 'blessed' re in .coveragerc, .prospector.yaml
blessed->blessings
-rw-r--r--.coveragerc4
-rw-r--r--.prospector.yaml2
-rw-r--r--tox.ini2
3 files changed, 4 insertions, 4 deletions
diff --git a/.coveragerc b/.coveragerc
index eb47214..078f566 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -1,6 +1,6 @@
[run]
branch = True
-source = blessed
+source = blessings
[report]
-omit = blessed/tests/*
+omit = blessings/tests/*
diff --git a/.prospector.yaml b/.prospector.yaml
index d6714ed..5d1f7d2 100644
--- a/.prospector.yaml
+++ b/.prospector.yaml
@@ -6,7 +6,7 @@ ignore:
- ^docs/
# ignore tests and bin/ for the moment, their quality does not so much matter.
- ^bin/
- - ^blessed/tests/
+ - ^blessings/tests/
test-warnings: true
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}