From: Karl O. Pinc Date: Fri, 9 Nov 2018 03:26:36 +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=df2fc13456d4d6233f3764efec362b628e981e4e;p=pgwui_common Clean up and fix cleaning of pytest generate files --- diff --git a/Makefile b/Makefile index ea3ec10..ee8c9ee 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_common.egg-info -PYTEST_STUFF = .cache .pytest_cache tests/__pycache__ tests/.pytest_cache +PYTEST_STUFF = .cache src/pytest_common/__pycache__ \ + tests/__pycache__ COVERAGE_STUFF = .coverage TOX_STUFF = .tox