projects
/
pgwui_common
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d51791
)
Clean up and fix cleaning of pytest generate files
author
Karl O. Pinc
<kop@meme.com>
Fri, 9 Nov 2018 03:26:36 +0000
(21:26 -0600)
committer
Karl O. Pinc
<kop@meme.com>
Fri, 9 Nov 2018 03:26:36 +0000
(21:26 -0600)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index ea3ec10b0396fb6eceaecc5dac42d58595e3c882..ee8c9eefb329547a3ac9bac3a575c523a05cb549 100644
(file)
--- 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