Clean up and fix cleaning of pytest generate files
authorKarl O. Pinc <kop@meme.com>
Fri, 9 Nov 2018 03:08:11 +0000 (21:08 -0600)
committerKarl O. Pinc <kop@meme.com>
Fri, 9 Nov 2018 03:20:14 +0000 (21:20 -0600)
Makefile

index f2a78fb5492b03a1a619559dd48e9342d09f0d40..25c3a60c3fef966944cbed8af6e0cb511e52a4ce 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -26,10 +26,9 @@ VIRTUALENV=virtualenv -p ${PYTHON_EXE}
 TARGETS =
 EXTRA_TARGETS = README.html
 SETUPTOOLS_STUFF = build dist src/pgwui_upload.egg-info
-PYTEST_STUFF = .cache .pytest_cache src/pgwui_upload/views/__pycache__ \
-            tests/__pycache__ tests/.pytest_cache \
-            tests/test_views/__pycache__ tests/test_views/.pytest_cache \
-           tests/test_views/__init__.pyc
+PYTEST_STUFF = .cache \
+            src/pgwui_upload/__pycache__ src/pgwui_upload/views/__pycache__ \
+            tests/__pycache__ tests/test_views/__pycache__
 COVERAGE_STUFF = .coverage
 TOX_STUFF = .tox