Use flaky for babeltrace live
[deliverable/lttng-ivc.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index df218605ff7e823c16f024f697e6d9e131ab9579..c63ca3a7039cc5445c174b46f669a94affa9532d 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -4,16 +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
        python build_projects.py
        pytest -v --durations=0 --basetemp={envtmpdir} {posargs:} tests/
-deps =
-    pytest
-    GitPython
-    lxml
-    PyYAML
This page took 0.023345 seconds and 5 git commands to generate.