language: python python: - '3.8' install: - pip install pipenv - make dependencies script: - make lint - make test - make coverage_publish - make coverage_report