projects
/
pgwui_common
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29c65d7
)
Add .pytest_cache back into Makefile
author
Karl O. Pinc
<kop@meme.com>
Wed, 24 Oct 2018 21:07:31 +0000
(16:07 -0500)
committer
Karl O. Pinc
<kop@meme.com>
Wed, 24 Oct 2018 21:07:31 +0000
(16:07 -0500)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 1bb09379ee5ab1f89444970a2b87383b66504653..b1ff9c7aea174cee11d9d8bd5c3fe74f2528b986 100644
(file)
--- 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