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

index 1bb09379ee5ab1f89444970a2b87383b66504653..b1ff9c7aea174cee11d9d8bd5c3fe74f2528b986 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_common.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