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         coverage run --branch --source='.' ./manage.py test --settings=redakcja.settings.test; true
 
  14         coverage html -d ../htmlcov.new
 
  16         mv ../htmlcov.new ../htmlcov