chia-blockchain/run-py-tests.sh

9 lines
113 B
Bash
Raw Normal View History

#!/bin/bash
python3 -m venv venv
# shellcheck disable=SC1091
. ./activate
pip3 install .
py.test ./tests -s -v