4 deploy: src/wolnelektury/localsettings.py
 
   5         git submodule update --init
 
   6         pip install -r requirements/requirements.txt
 
   7         src/manage.py migrate --noinput
 
   8         src/manage.py collectstatic --noinput
 
  14         coverage run --branch --source='.' ./manage.py test; true
 
  16         coverage html -d ../htmlcov.new
 
  18         mv ../htmlcov.new ../htmlcov