tox: base test command and positional arguments master
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 6 Dec 2017 19:22:04 +0000 (14:22 -0500)
committerJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Wed, 6 Dec 2017 19:22:04 +0000 (14:22 -0500)
Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
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.023218 seconds and 5 git commands to generate.