idea154-civicmesh-studio-fe.../test.sh

7 lines
116 B
Bash

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