X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tox.ini;h=c63ca3a7039cc5445c174b46f669a94affa9532d;hb=refs%2Fheads%2Fdeliverable_3;hp=9130ab4374a73d67e16ef5a9576188f8bc1718f7;hpb=d93d67ca0c9388737cf6fa41bff9e803d096d0fa;p=deliverable%2Flttng-ivc.git diff --git a/tox.ini b/tox.ini index 9130ab4..c63ca3a 100644 --- 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/