fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix for toc events
[wolnelektury.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index
79fa8f6
..
d43ff1e
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-2,7
+2,6
@@
deploy: src/wolnelektury/localsettings.py
deploy: src/wolnelektury/localsettings.py
- git submodule update --init
pip install -r requirements/requirements.txt
src/manage.py migrate --noinput
src/manage.py update_counters
pip install -r requirements/requirements.txt
src/manage.py migrate --noinput
src/manage.py update_counters
@@
-12,8
+11,7
@@
deploy: src/wolnelektury/localsettings.py
.ONESHELL:
test:
cd src
.ONESHELL:
test:
cd src
- coverage run --branch --source='.' ./manage.py test; true
- rm -rf ../htmlcov
+ python -Wall -m coverage run --branch --source='.' ./manage.py test; true
coverage html -d ../htmlcov.new
rm -rf ../htmlcov
mv ../htmlcov.new ../htmlcov
coverage html -d ../htmlcov.new
rm -rf ../htmlcov
mv ../htmlcov.new ../htmlcov