Refactor!: JJB code to comply with v5.x
[releng/global-jjb.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 03b8bc5..5b5b138 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -4,11 +4,11 @@ envlist =
   ensure-documented,
   jjb,
   jjb-compare-xml,
-#  jjb-latest,
+  jjb-latest,
   jjb-version,
   license,
   bashate,
-#  pre-commit
+  pre-commit
 skipsdist = True
 
 [testenv:docs]
@@ -26,7 +26,7 @@ commands =
 [testenv:jjb]
 basepython = python3
 deps =
-    jenkins-job-builder==4.1.0
+    jenkins-job-builder==5.0.1
 commands =
     jenkins-jobs -l DEBUG test --recursive -o {toxinidir}/archives/job-configs {toxinidir}/jjb:{toxinidir}/.jjb-test
 
@@ -103,7 +103,7 @@ commands =
 
 [testenv:jenkins-jobs]
 deps =
-    jenkins-job-builder{env:JJB_VERSION_OP:~=}{env:JJB_VERSION:4.1.0}
+    jenkins-job-builder{env:JJB_VERSION_OP:~=}{env:JJB_VERSION:5.0.1}
 commands =
     jenkins-jobs {posargs:--help}