summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichael Howitz <mh@gocept.com>2022-12-09 08:33:42 +0100
committerMichael Howitz <mh@gocept.com>2022-12-09 08:35:34 +0100
commitfd0d4eaed1cf6782be0ef0f7355f7dc459504885 (patch)
tree2eb60c72cd71be7f15b931d4420029b6e2137ed3 /tox.ini
parent8f7c112a74a3c1aa576a0bd277f48bb52d2c99cd (diff)
downloadzope-exceptions-master.tar.gz
Fix GHA: ubuntu-latest no longer contains Python 3.6HEADmaster
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index a29d4ba..19ea854 100644
--- a/tox.ini
+++ b/tox.ini
@@ -44,6 +44,7 @@ deps =
[testenv:isort-apply]
basepython = python3
+skip_install = true
commands_pre =
deps =
isort
@@ -69,8 +70,8 @@ commands =
mkdir -p {toxinidir}/parts/htmlcov
coverage run -m zope.testrunner --test-path=src {posargs:-vc}
coverage run -a -m sphinx -b doctest -d {envdir}/.cache/doctrees docs {envdir}/.cache/doctest
- coverage html
- coverage report -m --fail-under=99.5
+ coverage html --ignore-errors
+ coverage report --ignore-errors --show-missing --fail-under=99.5
[coverage:run]
branch = True