Clean the python cache views dir
authorKarl O. Pinc <kop@meme.com>
Fri, 9 Nov 2018 02:57:00 +0000 (20:57 -0600)
committerKarl O. Pinc <kop@meme.com>
Fri, 9 Nov 2018 02:57:00 +0000 (20:57 -0600)
Makefile

index 72f0a37cc2088e4925eb31b06e49df61f6ef82db..67e816f5945685cf30f15f1c9b011ff15a5f49df 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -27,7 +27,8 @@ TARGETS =
 EXTRA_TARGETS = README.html
 SETUPTOOLS_STUFF = build dist src/pgwui_logout.egg-info
 # Python 2 needs to remove *.pyc stuff
-PYTEST_STUFF = .cache .pytest_cache tests/__pycache__ tests/.pytest_cache \
+PYTEST_STUFF = .cache .pytest_cache src/pgwui_logout/views/__pycache__ \
+            tests/__pycache__ tests/.pytest_cache \
             tests/test_views/__pycache__ tests/test_views/.pytest_cache \
            tests/test_views/__init__.pyc
 COVERAGE_STUFF = .coverage