From e5cbe6af1e9dee4eeba095df40a556963e54bb1a Mon Sep 17 00:00:00 2001 From: Christopher Pickering Date: Fri, 16 Sep 2022 11:01:50 +0200 Subject: [PATCH] test(tox): removed useless line --- tox.ini | 6 ------ 1 file changed, 6 deletions(-) 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