diff --git a/tox.ini b/tox.ini index 1aa148d..47d01d0 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] envlist = ; {py311, py310, py39, py38}-{dev, sdist, wheel}-{linux, macos, windows} - {py311, py310, py39, py38}-{sdist}-{linux, macos, windows} + {py311, py310, py39, py38}-{sdist, wheel}-{linux, macos, windows} ; coverage isolated_build = true skip_missing_interpreters = false @@ -51,7 +51,7 @@ commands = pytest -ra --cov --cov-report=term-missing \ --cov-report=html:{envdir}/htmlcov --cov-context=test \ --cov-report=xml:{toxworkdir}/coverage.{envname}.xml \ - {posargs:-n auto} tests -k test_cli + {posargs:-n auto} tests ## CI oriented Envs integrating with GH Actions Tox Plugin ##