projects
/
pgwui_core
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ee075d
)
Clean up and fix cleaning of pytest generate files
author
Karl O. Pinc
<kop@meme.com>
Fri, 9 Nov 2018 03:24:23 +0000
(21:24 -0600)
committer
Karl O. Pinc
<kop@meme.com>
Tue, 13 Nov 2018 00:43:31 +0000
(18:43 -0600)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 092fbfb5ff63f15c291fd7b1a55f24013a5740a5..89b496d79ea0bc8c4045360bb60f0aa02cbbe99a 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_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