Skip to content

Commit

Permalink
feat_ removed test_comperss_init.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava authored Oct 19, 2023
1 parent 5e6033f commit f6f784a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6f784a

Please sign in to comment.