X-Git-Url: http://git.efficios.com/?p=deliverable%2Flttng-ivc.git;a=blobdiff_plain;f=tox.ini;h=1bbeeb45c2aae2b4c61ef581b9d1e96701999b8e;hp=f76b387f70fd9b3e2acc3bf3dfa3f78a510c9e7a;hb=HEAD;hpb=d49a878b72de0049cab9c1b39af363cd83720415 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