From: Karl O. Pinc Date: Wed, 24 Oct 2018 21:06:19 +0000 (-0500) Subject: Add .pytest_cache back into Makefile X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=91bc1237fc43808bd7dfc1041a152bfca41f659b;p=pgwui_core Add .pytest_cache back into Makefile --- diff --git a/Makefile b/Makefile index fc4e9ed..092fbfb 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ VIRTUALENV=virtualenv -p ${PYTHON_EXE} TARGETS = EXTRA_TARGETS = README.html SETUPTOOLS_STUFF = build dist src/pgwui_core.egg-info -PYTEST_STUFF = .cache tests/__pycache__ tests/.pytest_cache +PYTEST_STUFF = .cache .pytest_cache tests/__pycache__ tests/.pytest_cache COVERAGE_STUFF = .coverage TOX_STUFF = .tox