X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/967eed676fc83d15b26149047f353ac61faa8217..f16fb0040e6beb395ffea1ac252658ab0b8ac3f7:/Makefile?ds=sidebyside diff --git a/Makefile b/Makefile index 3956cf34c..d43ff1e6d 100644 --- 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