dist: xenial language: python python: - "3.7" cache: pip install: "pip install -r requirements.txt && pip install coveralls flake8" script: - python manage.py collectstatic --noinput - coverage run --rcfile .coveragerc manage.py test - flake8 --exclude "*/migrations/" devel main mirrors news packages releng templates todolists visualize *.py after_success: - coveralls