Skip to content

Commit

Permalink
Remove .tox directory when doing clean.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Jan 12, 2023
1 parent 32a0720 commit 511a8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ mostlyclean:
rm -rf .coverage.*

clean: mostlyclean
rm -rf build dist wrapt.egg-info
rm -rf build dist wrapt.egg-info .tox

test :
tox --skip-missing-interpreters

0 comments on commit 511a8ce

Please sign in to comment.