Skip to content

Commit

Permalink
Add recursive removal of build and dist directories
Browse files Browse the repository at this point in the history
  • Loading branch information
zaneselvans committed Sep 10, 2019
1 parent 0c84135 commit c682c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ deps =
setuptools
setuptools_scm
commands =
bash -c 'rm -f build/* dist/*'
bash -c 'rm -rf build/* dist/*'
python setup.py sdist bdist_wheel

[testenv:testrelease]
Expand Down

0 comments on commit c682c47

Please sign in to comment.