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