From: Karl O. Pinc Date: Fri, 9 Nov 2018 03:28:44 +0000 (-0600) Subject: Clean up and fix cleaning of pytest generate files X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=4ef4474afc82e47fb22854b8879d6ac87635e49d;p=pgwui_server Clean up and fix cleaning of pytest generate files --- diff --git a/Makefile b/Makefile index b621fd8..b9253ff 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_server.egg-info -PYTEST_STUFF = .cache .pytest_cache tests/__pycache__ tests/.pytest_cache +PYTEST_STUFF = .cache src/pgwui_server/__pycache__ \ + tests/__pycache__ COVERAGE_STUFF = .coverage TOX_STUFF = .tox