From 2378425883f41f668a0d76ef1dd92b7966f5915a Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Wed, 6 Dec 2017 14:22:04 -0500 Subject: [PATCH] tox: base test command and positional arguments Signed-off-by: Jonathan Rajotte --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f76b387..1bbeeb4 100644 --- a/tox.ini +++ b/tox.ini @@ -10,7 +10,7 @@ envlist = py35 changedir= lttng_ivc commands = python bootstrap.py python build_projects.py - pytest tests/ + pytest -v --durations=0 --basetemp={envtmpdir} {posargs:} tests/ deps = pytest GitPython -- 2.34.1