diff --git a/client/tox.ini b/client/tox.ini index efc6793a9..5366c9a89 100644 --- a/client/tox.ini +++ b/client/tox.ini @@ -24,7 +24,6 @@ commands = python -m pytest -v [testenv:lint] -envdir = .tox/lint skip_install = true commands = black --diff --check . @@ -32,7 +31,6 @@ commands = mypy --install-types --non-interactive . [testenv:black] -envdir = .tox/lint skip_install = true commands = black .