This website requires JavaScript.
Explore
Help
Register
Sign In
noisymime
/
chia-blockchain
mirror of
https://github.com/noisymime/chia-blockchain.git
Watch
1
Star
0
Fork
You've already forked chia-blockchain
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
fff0ee5b4b
chia-blockchain
/
run-py-tests.sh
7 lines
84 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
python3 -m venv venv
. ./activate
pip3 install .
py.test ./tests -s -v
Reference in New Issue
View Git Blame
Copy Permalink