idea192-civicpulse-offline-.../test.sh

7 lines
112 B
Bash
Executable File

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