diff --git a/testenv/tox.ini b/testenv/tox.ini index 2f8c08d0..0d1ed571 100644 --- a/testenv/tox.ini +++ b/testenv/tox.ini @@ -1,5 +1,6 @@ [tox] -envlist = flake8, pylint, mypy, vulture, pytest, eslint, htmlhint, shellcheck +envlist = flake8, pylint, mypy, vulture, pytest, htmlhint, shellcheck +#envlist = flake8, pylint, mypy, vulture, pytest, eslint, htmlhint, shellcheck skipsdist = true [testenv]