

set -ex



pip check
send2trash -h
pytest -vv --cov=send2trash --cov-branch --cov-report=term-missing:skip-covered --no-cov-on-fail --cov-fail-under=37
exit 0
