tox: base test command and positional arguments
[deliverable/lttng-ivc.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 9130ab4374a73d67e16ef5a9576188f8bc1718f7..1bbeeb45c2aae2b4c61ef581b9d1e96701999b8e 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,8 @@ envlist = py35
 [testenv]
 changedir= lttng_ivc
 commands = python bootstrap.py
 [testenv]
 changedir= lttng_ivc
 commands = python bootstrap.py
-       pytest tests/
+       python build_projects.py
+       pytest -v --durations=0 --basetemp={envtmpdir} {posargs:} tests/
 deps =
     pytest
     GitPython
 deps =
     pytest
     GitPython
This page took 0.022568 seconds and 5 git commands to generate.