Merge "Quit build if submodule not found"
[releng/global-jjb.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 0eff021..69381d0 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -9,7 +9,7 @@ deps =
     coala
     coala-bears
     # Markdown lint requires nodejs
-    nodeenv
+    nodeenv==1.1.2
 commands =
     nodeenv -p
     npm install --global remark-cli remark-lint write-good
@@ -23,9 +23,13 @@ commands =
     echo "Generated docs available in {toxinidir}/docs/_build/html"
 whitelist_externals = echo
 
+[testenv:ensure-documented]
+commands =
+    ./ensure-documented.sh
+
 [testenv:jjb]
 deps =
-    jenkins-job-builder
+    jenkins-job-builder>=2.0.3
 commands =
     jenkins-jobs -l DEBUG test --recursive -o {toxinidir}/archives/job-configs {toxinidir}/jjb:{toxinidir}/.jjb-test
 
@@ -38,10 +42,3 @@ commands =
 [testenv:license]
 deps = lftools
 commands = lftools license check-dir -r '.+' shell
-
-[testenv:update-expected-xml]
-deps =
-    jenkins-job-builder
-commands =
-    jenkins-jobs test --recursive -o {toxinidir}/.jjb-test/expected-xml {toxinidir}/jjb:{toxinidir}/.jjb-test
-