From a04b1b7b2d8776cf3284d6c4e81bdb345f4b92f0 Mon Sep 17 00:00:00 2001 From: cookiecutter-e3 Date: Mon, 14 Oct 2024 12:30:05 +0200 Subject: [PATCH] Update cookiecutter-e3 template --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5ef7fe0..337816d 100644 --- a/tox.ini +++ b/tox.ini @@ -16,7 +16,7 @@ extras = test # Run testsuite with coverage when '-cov' and with multi-threading when '-xdist' # is in the env name commands= - pytest -vv --ignore=build -v --html=pytest-report.html \ + pytest -vvv --ignore=build --html=pytest-report.html \ --junit-xml=pytest-report.xml --self-contained-html \ xdist: -n auto \ cov: --e3-cov-rewrite {envsitepackagesdir} src \