From: Karl O. Pinc Date: Wed, 24 Oct 2018 21:07:31 +0000 (-0500) Subject: Add .pytest_cache back into Makefile X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=cd11a50044459dd42adb43c5bc0876e8e8b53360;p=pgwui_common Add .pytest_cache back into Makefile --- diff --git a/Makefile b/Makefile index 1bb0937..b1ff9c7 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_common.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