X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/2b447a437065ce4bd982562f6fd0c2877074c2da..149903ae7da0968ef3b1b0dc0f329afeaa5a7007:/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