#!/bin/sh set -ex pipenv clean pipenv sync --dev pipenv run black --check pipenv run pylint yamily pipenv run pytest --cov=yamily --cov-report=term-missing --cov-fail-under=100