Skip to content
Snippets Groups Projects
Commit 06f31cf1 authored by Moul's avatar Moul
Browse files

[mod] Makefile: use python3 module to run tests and type check

parent 4c7f2892
Branches
Tags
1 merge request!56Several transaction enhancements, other improvements
......@@ -6,8 +6,8 @@ docs:
# run tests
tests:
python -m unittest ${test_filter}
python3 -m unittest
# check static typing
check:
mypy duniterpy --ignore-missing-imports
python3 -m mypy duniterpy --ignore-missing-imports
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment