From 91bc1237fc43808bd7dfc1041a152bfca41f659b Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Wed, 24 Oct 2018 16:06:19 -0500 Subject: [PATCH] Add .pytest_cache back into Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fc4e9ed..092fbfb 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ VIRTUALENV=virtualenv -p ${PYTHON_EXE} TARGETS = EXTRA_TARGETS = README.html SETUPTOOLS_STUFF = build dist src/pgwui_core.egg-info -PYTEST_STUFF = .cache tests/__pycache__ tests/.pytest_cache +PYTEST_STUFF = .cache .pytest_cache tests/__pycache__ tests/.pytest_cache COVERAGE_STUFF = .coverage TOX_STUFF = .tox -- 2.34.1