idea194-attractorforge-veri.../test.sh

7 lines
118 B
Bash

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