chia-blockchain/run-py-tests.sh
Mariano Sorgente 066a8b2119
Mypy issues on python 3.9.7 (#8554)
* Mypy issues on python 3.9.7

* Typo
2021-09-22 10:44:03 -07:00

10 lines
141 B
Bash
Executable File

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