Use flaky for babeltrace live
[deliverable/lttng-ivc.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 9130ab4374a73d67e16ef5a9576188f8bc1718f7..c63ca3a7039cc5445c174b46f669a94affa9532d 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -4,14 +4,16 @@
 # and then run "tox" from this directory.
 
 [tox]
+minversion = 1.9
+
 envlist = py35
+toxworkdir = {env:TOXWORKDIR:.tox}
 
 [testenv]
+passenv = CFLAGS CPPFLAGS LD_LIBRARY_PATH LDFLAGS
 changedir= lttng_ivc
+deps = -r{toxinidir}/requirements.txt
+
 commands = python bootstrap.py
-       pytest tests/
-deps =
-    pytest
-    GitPython
-    lxml
-    PyYAML
+       python build_projects.py
+       pytest -v --durations=0 --basetemp={envtmpdir} {posargs:} tests/
This page took 0.024767 seconds and 5 git commands to generate.