From 7bef81471d21b405c5982ca19baf1b7ae345f930 Mon Sep 17 00:00:00 2001 From: aandres Date: Tue, 11 Jul 2023 15:44:54 +0100 Subject: [PATCH] Fix tox --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 53fda1b..3954d2e 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,8 @@ deps = changedir = {envtmpdir} commands = coverage run --source=beavers --branch -m pytest {toxinidir}/tests - find {toxinidir}/examples -name "*.py" | xargs -n 1 python + python {toxinidir}/examples/dag_concepts.py + python {toxinidir}/examples/advanced_concepts.py coverage report -m --fail-under 95 coverage xml -o {toxinidir}/coverage.xml