jjb: use tox to run tests
[lttng-ci.git] / tox.ini
diff --git a/tox.ini b/tox.ini
new file mode 100644 (file)
index 0000000..975075c
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,9 @@
+[tox]
+minversion = 1.9
+skipsdist = True
+toxworkdir = {env:TOXWORKDIR:.tox}
+
+[testenv]
+skip_install = True
+deps = jenkins-job-builder
+commands = jenkins-jobs test jobs/ -o test/
This page took 0.021766 seconds and 4 git commands to generate.