From f46b745536c22ff48bc99443ef3a4c257135d1ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sat, 26 May 2018 12:17:48 -0400 Subject: [PATCH] add durations=20 to makefile to show test runtimes locally --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ac242b12e59c2..c2da6ec5ce207 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ inplace: $(PYTHON) setup.py build_ext -i test-code: in - $(PYTEST) --showlocals -v sklearn + $(PYTEST) --showlocals -v sklearn --durations=20 test-sphinxext: $(PYTEST) --showlocals -v doc/sphinxext/ test-doc: