From 57d46363b596683216c8e61c83708ee33a9cab48 Mon Sep 17 00:00:00 2001 From: konstantinos Date: Sun, 22 Oct 2023 09:30:41 +0300 Subject: [PATCH] fix ci --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 5a04768..bb3d15e 100644 --- a/tox.ini +++ b/tox.ini @@ -46,6 +46,7 @@ commands = --cov-report=html:{envdir}/htmlcov --cov-context=test \ --cov-report=xml:{toxworkdir}/coverage.{envname}.xml \ tests + ; {posargs:-n auto} tests [testenv:dev]