diff --git a/Makefile b/Makefile index 6407cac..4571b7a 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ test: - pytest + python -m pytest tests/ fix: autopep8 --in-place -r -a schwab