tox: base test command and positional arguments
[deliverable/lttng-ivc.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index f76b387f70fd9b3e2acc3bf3dfa3f78a510c9e7a..1bbeeb45c2aae2b4c61ef581b9d1e96701999b8e 100644 (file)
--- 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
This page took 0.022761 seconds and 5 git commands to generate.