From 129bd15b43de33c6398b4297906533bc2be283fb Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Wed, 7 Apr 2021 08:20:24 +0200 Subject: [PATCH] tox.ini: run pytest with -vv to show full diff --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bcfcce7..cda7b4d 100644 --- a/tox.ini +++ b/tox.ini @@ -15,4 +15,4 @@ deps = numpy scipy commands = - python -m pytest + python -m pytest -vv