mirror of
https://github.com/Hopiu/djLint.git
synced 2026-03-16 21:40:24 +00:00
test(tox): removed useless line
This commit is contained in:
parent
d31ce52b3b
commit
e5cbe6af1e
1 changed files with 0 additions and 6 deletions
6
tox.ini
6
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue