diff --git a/Makefile b/Makefile index f24eabc..923ad18 100644 --- a/Makefile +++ b/Makefile @@ -50,7 +50,7 @@ lint: ## check style with flake8 flake8 ordr2 tests test: ## run tests quickly with the default Python - py.test + py.test --lf coverage: ## check code coverage quickly with the default Python coverage run --source ordr2 -m pytest