From: Karl O. Pinc Date: Fri, 9 Nov 2018 02:57:00 +0000 (-0600) Subject: Clean the python cache views dir X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=7ad1b8d3ea51aa1c8984f982cd53c4643596ed4d;p=pgwui_logout Clean the python cache views dir --- diff --git a/Makefile b/Makefile index 72f0a37..67e816f 100644 --- 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