diff --git a/tox.ini b/tox.ini index 910e867..e16acc4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,11 +1,9 @@ [tox] -envlist = py3{7,8,9,10}-test skip_missing_interpreters = True isolated_build = True setenv = PYTHONDONTWRITEBYTECODE=1 - [testenv:isort] commands = isort src/djlint @@ -48,16 +46,12 @@ allowlist_externals = mypy pylint - - [testenv] commands = pytest --cov=src/djlint --cov-branch --cov-report xml:coverage.xml --cov-report term-missing {posargs:} -n auto --dist loadgroup skip_install: false allowlist_externals = pytest - - [testenv:test-fast] commands = pytest -n 4