#!/usr/bin/env bash set -euo pipefail python3 -m pip install --upgrade pip >/dev/null python3 -m pip install -e .[test] build >/dev/null pytest -q python3 -m build