4 deploy: src/redakcja/localsettings.py
5 pip install -r requirements/requirements.txt
6 src/manage.py migrate --noinput
7 src/manage.py collectstatic --noinput
13 ./manage.py test --settings=redakcja.settings.test
19 coverage run --branch --source='.' ./manage.py test --settings=redakcja.settings.test_full; true
20 coverage html -d ../htmlcov.new
22 mv ../htmlcov.new ../htmlcov