Add .pytest_cache back into Makefile
authorKarl O. Pinc <kop@meme.com>
Wed, 24 Oct 2018 21:06:19 +0000 (16:06 -0500)
committerKarl O. Pinc <kop@meme.com>
Wed, 24 Oct 2018 21:06:19 +0000 (16:06 -0500)
Makefile

index fc4e9ed76f4c1fb9ea562326923c9e8a6b562922..092fbfb5ff63f15c291fd7b1a55f24013a5740a5 100644 (file)
--- 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