Skip to content

Commit

Permalink
Remove pytest cache when doing cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
psss committed Jun 7, 2018
1 parent 80d3db8 commit fa62899
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 @@ -66,7 +66,7 @@ hooks:
tags:
find fmf -name '*.py' | xargs ctags --python-kinds=-i
clean:
rm -rf $(TMP) build dist fmf.egg-info
rm -rf $(TMP) build dist fmf.egg-info .cache
find . -type f -name "*.py[co]" -delete
find . -type f -name "*,cover" -delete
find . -type d -name "__pycache__" -delete
Expand Down

0 comments on commit fa62899

Please sign in to comment.