From: Karl O. Pinc Date: Fri, 9 Nov 2018 03:24:23 +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=f5767fe35424fdb5d8e62511745f30cfa01ffda3;p=pgwui_core Clean up and fix cleaning of pytest generate files --- diff --git a/Makefile b/Makefile index 092fbfb..89b496d 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_core.egg-info -PYTEST_STUFF = .cache .pytest_cache tests/__pycache__ tests/.pytest_cache +PYTEST_STUFF = .cache src/pgwui_core/__pycache__ \ + tests/__pycache__ COVERAGE_STUFF = .coverage TOX_STUFF = .tox