From 4fc9ccc7c6c96a43c48be54e89133c8f481d8bf4 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Tue, 20 Mar 2018 16:39:24 +0100 Subject: better example+test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3f19e8a..d334163 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ pep8 : flake8 examples/ ot/ test/ test : FORCE pep8 - python -m py.test -v test/ --cov=ot --cov-report html:cov_html + python3 -m pytest -v test/ --cov=ot --cov-report html:cov_html pytest : FORCE python -m py.test -v test/ --cov=ot -- cgit v1.2.3