test(tox): removed useless line

This commit is contained in:
Christopher Pickering 2022-09-16 11:01:50 +02:00
parent d31ce52b3b
commit e5cbe6af1e
No known key found for this signature in database
GPG key ID: E14DB3B0A0FACF84

View file

@ -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