From 569bf613423e2ad9a1491e9a7c7001b200405a40 Mon Sep 17 00:00:00 2001 From: Daniel Milde Date: Fri, 9 Jul 2021 11:38:38 +0200 Subject: [PATCH] clean pytest_cache dir --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 34c3e5b..1fe58ed 100644 --- a/Makefile +++ b/Makefile @@ -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