#!/usr/bin/env bash
set -euo pipefail
export PYTHONPATH="$(pwd)${PYTHONPATH:+:${PYTHONPATH}}"
echo "Running tests..."
bash -lc "pytest -q"
echo "Running build..."
python3 -m build