diff --git a/tox.ini b/tox.ini index 093deb2..2a96c02 100644 --- a/tox.ini +++ b/tox.ini @@ -7,5 +7,5 @@ ignore = E203, W503 [pytest] minversion = 5.4 junit_logging = all -addopts = --junitxml=pytest-junit.xml --cov --cov-report html --cov-report xml +addopts = --junitxml=pytest-junit.xml --cov --cov-report html --cov-report xml -n=auto junit_family = xunit2