diff options
Diffstat (limited to 'testenv/tox.ini')
-rw-r--r-- | testenv/tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
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] |