X-Git-Url: http://git.efficios.com/?p=deliverable%2Flttng-ivc.git;a=blobdiff_plain;f=tox.ini;h=1bbeeb45c2aae2b4c61ef581b9d1e96701999b8e;hp=9130ab4374a73d67e16ef5a9576188f8bc1718f7;hb=HEAD;hpb=d93d67ca0c9388737cf6fa41bff9e803d096d0fa diff --git a/tox.ini b/tox.ini index 9130ab4..1bbeeb4 100644 --- a/tox.ini +++ b/tox.ini @@ -9,7 +9,8 @@ envlist = py35 [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