Update Makefile to simplify python unit tests

This commit is contained in:
J. Ayo Akinyele 2019-08-30 15:00:55 -04:00
parent e90d47b987
commit 2e57633c84
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ doc:
cargo +nightly doc
pythontests:
cargo +nightly clean
cargo +nightly update
cargo +nightly build --release
python py/libbolt.py
python py/tests.py