summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2020-11-13 00:16:41 -0800
committerSteve Piercy <web@stevepiercy.com>2020-11-13 00:16:41 -0800
commit7c4fce298b1e7e2af1aa062e3eb0181db3b967e0 (patch)
treeea900f7282c80d36cc361899fdd37b994cd02ddf
parentec385af30ec7e89bd45bd8276cafda16258c4701 (diff)
downloadwebtest-7c4fce298b1e7e2af1aa062e3eb0181db3b967e0.tar.gz
Remove coverage per platform, keep for separate build.
Remove extra `--cov`
-rw-r--r--setup.cfg2
-rw-r--r--tox.ini1
2 files changed, 1 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index b0545cc..a3fb803 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -26,5 +26,5 @@ addopts = -p no:warnings
--ignore=bootstrap.py
--ignore=examples/
--ignore=docs/conf.py
- --cov -W always
+ -W always
doctest_optionflags= NORMALIZE_WHITESPACE ELLIPSIS
diff --git a/tox.ini b/tox.ini
index 6fc39dc..84a6049 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,7 +16,6 @@ commands =
python --version
pip freeze
pytest --cov {posargs:}
- coverage report --show-missing
[testenv:coverage]
skip_install = true