#!/bin/sh

python3 -m build
python3 -m pip install .
pytest -v

