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 update_counters
 
   9         src/manage.py collectstatic --noinput
 
  15         coverage run --branch --source='.' ./manage.py test; true
 
  17         coverage html -d ../htmlcov.new
 
  19         mv ../htmlcov.new ../htmlcov