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