diff --git a/Makefile b/Makefile index 3f170bd..4f940f0 100644 --- a/Makefile +++ b/Makefile @@ -20,4 +20,4 @@ format: black *.py test: - python -m pytest -vv --cov=hello test_hello.py + python3 -m pytest -vv --cov=hello test_hello.py