Skip to content
This repository has been archived by the owner on Nov 13, 2023. It is now read-only.

Commit

Permalink
Updated to avoid removing files from virtual env.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbeced committed Mar 18, 2017
1 parent 6cb812b commit b344fef
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions cleanup.sh
Expand Up @@ -4,7 +4,3 @@ find . -name *.pyc -delete
find . -name .coverage -delete
find . -name .noseids -delete
find . -name htmlcov -exec rm -rf {} \;

find . -name *.egg-info -exec rm -rf {} \;
find . -name dist -exec rm -rf {} \;

0 comments on commit b344fef

Please sign in to comment.