Update the create script with V3 flavors.
[releng/global-jjb.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index a272a83..3dfd441 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,6 @@
 [tox]
 minversion = 1.6
 envlist =
-  coala,
   ensure-documented,
   jjb,
   jjb-compare-xml,
@@ -11,20 +10,6 @@ envlist =
   pre-commit
 skipsdist = True
 
-[testenv:coala]
-basepython = python3
-deps =
-    coala
-    coala-bears
-    pygments
-    requests
-    nodeenv
-    numpy
-commands =
-    nodeenv -p
-    npm install --global remark-cli remark-lint write-good
-    coala --non-interactive
-
 [testenv:docs]
 basepython = python3
 deps = -rrequirements.txt
@@ -67,9 +52,10 @@ commands = lftools license check-dir -r '.+' shell
 [testenv:pre-commit]
 basepython = python3
 deps =
-    pre-commit
+    pre-commit==2.9.3
 commands =
-    pre-commit run --all-files
+    pre-commit run --all-files --show-diff-on-failure
+    pre-commit run gitlint --hook-stage commit-msg --commit-msg-filename .git/COMMIT_EDITMSG
 
 #########
 # Tools #