fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update to new librarian api for html, txt.
[wolnelektury.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
3956cf3
..
d43ff1e
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-11,7
+11,7
@@
deploy: src/wolnelektury/localsettings.py
.ONESHELL:
test:
cd src
- coverage run --branch --source='.' ./manage.py test; true
+
python -Wall -m
coverage run --branch --source='.' ./manage.py test; true
coverage html -d ../htmlcov.new
rm -rf ../htmlcov
mv ../htmlcov.new ../htmlcov