chia-blockchain/run-py-tests.sh
Jeff e5d048f1de
Merge commit with main (9ff3fc993f) (#11137)
* Merged with main (9ff3fc993f)

* Linter and some test fixes

* isort, linting, test fix

* Fixes and bumped the GUI to point to nftdev

* Couple of fixes
2022-04-14 12:02:42 -07:00

12 lines
157 B
Bash
Executable File

#!/bin/bash
set -o errexit
python3 -m venv venv
# shellcheck disable=SC1091
. ./activate
pip3 install ".[dev]"
mypy --install-types
py.test ./tests -s -v