jjb: use tox to run tests
[lttng-ci.git] / tox.ini
1 [tox]
2 minversion = 1.9
3 skipsdist = True
4 toxworkdir = {env:TOXWORKDIR:.tox}
5
6 [testenv]
7 skip_install = True
8 deps = jenkins-job-builder
9 commands = jenkins-jobs test jobs/ -o test/
This page took 0.030027 seconds and 5 git commands to generate.