X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2b447a437065ce4bd982562f6fd0c2877074c2da..b86123575745cb5b1ee72018c08e34a187ec25a1:/Makefile diff --git a/Makefile b/Makefile index 1a602bad4..3956cf34c 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,6 @@ deploy: src/wolnelektury/localsettings.py test: cd src coverage run --branch --source='.' ./manage.py test; true - rm -rf ../htmlcov coverage html -d ../htmlcov.new rm -rf ../htmlcov mv ../htmlcov.new ../htmlcov