From: Jonathan Rajotte Date: Wed, 6 Dec 2017 19:22:04 +0000 (-0500) Subject: tox: base test command and positional arguments X-Git-Url: http://git.efficios.com/?p=deliverable%2Flttng-ivc.git;a=commitdiff_plain;h=HEAD tox: base test command and positional arguments Signed-off-by: Jonathan Rajotte --- 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