Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
Remove unused testenv commands in tox.ini, change find with bash
executable
  • Loading branch information
theodore86 committed Oct 23, 2022
1 parent 6e054b2 commit 0ddfed1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ passenv =
DEBUG
sitepackages = False
whitelist_externals =
find
bash
deps = -r requirements.d/testenv.txt
parallel_show_output = true
commands =
- find . -type f -name "*.pyc" -delete
- find . -type d -name "__pycache__" -delete
- bash -c 'find {toxinidir} -type d -name "__pycache__" | xargs rm -rf'
{envpython} -m pip check


Expand Down

0 comments on commit 0ddfed1

Please sign in to comment.