From d3236cf0cab000b5604f8ede9ebcbdc19d8c213f Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Wed, 3 Jul 2019 13:31:55 +0200 Subject: test raise with pytets in test_emd_1d_emd2_1d --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 84a644b..4cdb7d1 100644 --- a/Makefile +++ b/Makefile @@ -42,10 +42,10 @@ pep8 : flake8 examples/ ot/ test/ test : FORCE pep8 - $(PYTHON) -m pytest -v test/ --cov=ot --cov-report html:cov_html + $(PYTHON) -m pytest -v test/ --doctest-modules --ignore ot/gpu/ --cov=ot --cov-report html:cov_html pytest : FORCE - $(PYTHON) -m pytest -v test/ --cov=ot + $(PYTHON) -m pytest -v test/ --doctest-modules --ignore ot/gpu/ --cov=ot uploadpypi : #python setup.py register -- cgit v1.2.3