diff --git a/tox.ini b/tox.ini index 696b2db..b014ccf 100644 --- a/tox.ini +++ b/tox.ini @@ -4,13 +4,14 @@ skipsdist = true envlist = check, apply-check, docs, tests, build, changelog [testenv] -#allowlist_externals = poetry, ./test_compress_init.sh +allowlist_externals = poetry +#, ./test_compress_init.sh commands_pre = poetry install --sync [testenv:check] commands = - black --check --diff src/compress + black --check --diff src/compress docs isort -c --df src/compress docs flake8 src/compress docs codespell src docs