Skip to content

Commit

Permalink
clean pytest_cache dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dundee committed Jul 9, 2021
1 parent 1394e9d commit 569bf61
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 @@ -8,6 +8,6 @@ upload:
python -m twine upload dist/*

clean:
rm -rf mypy2junit.egg-info build dist __pycache__
rm -rf mypy2junit.egg-info build dist __pycache__ .pytest_cache

.PHONY: all test upload clean

0 comments on commit 569bf61

Please sign in to comment.