Skip to content

Commit

Permalink
Removed .tox from "make clean"
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Sep 25, 2024
1 parent 5dc3102 commit 37493a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ clean-pyc:
removepyc: clean-pyc

clean-build:
rm -rf build/ dist/ .eggs/ *.egg-info/ .tox/ .coverage cover/
rm -rf build/ dist/ .eggs/ *.egg-info/ .coverage cover/

clean-git:
$(GIT) clean -xdn
Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -148,5 +148,7 @@ commands =

[testenv:clean]
deps = cleanpy
allowlist_externals = make
commands =
python -m cleanpy .
make clean

0 comments on commit 37493a9

Please sign in to comment.