From: Karl O. Pinc Date: Fri, 9 Nov 2018 02:55:39 +0000 (-0600) Subject: Clean the python cache views dir X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=51fa101e70f233a672a7b5ea81d68ee64085d280;p=pgwui_upload Clean the python cache views dir --- diff --git a/Makefile b/Makefile index d85837d..f2a78fb 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,8 @@ VIRTUALENV=virtualenv -p ${PYTHON_EXE} TARGETS = EXTRA_TARGETS = README.html SETUPTOOLS_STUFF = build dist src/pgwui_upload.egg-info -PYTEST_STUFF = .cache .pytest_cache tests/__pycache__ tests/.pytest_cache \ +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 COVERAGE_STUFF = .coverage