From f5767fe35424fdb5d8e62511745f30cfa01ffda3 Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Thu, 8 Nov 2018 21:24:23 -0600 Subject: [PATCH] Clean up and fix cleaning of pytest generate files --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 092fbfb..89b496d 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,8 @@ VIRTUALENV=virtualenv -p ${PYTHON_EXE} TARGETS = EXTRA_TARGETS = README.html SETUPTOOLS_STUFF = build dist src/pgwui_core.egg-info -PYTEST_STUFF = .cache .pytest_cache tests/__pycache__ tests/.pytest_cache +PYTEST_STUFF = .cache src/pgwui_core/__pycache__ \ + tests/__pycache__ COVERAGE_STUFF = .coverage TOX_STUFF = .tox -- 2.34.1