Fix global-vars fail to instantiate instance
[releng/global-jjb.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index c5578f7..e0e9c69 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,13 +1,9 @@
 [tox]
 minversion = 1.6
-envlist = check-hooks,coala,jjb,jjb-compare-xml,license
+envlist = coala,ensure-documented,jjb,jjb-compare-xml,license
 skipsdist = true
-
-[testenv:check-hooks]
-deps = pre-commit
-commands =
-    pre-commit install
-    pre-commit run --all-files
+passenv = TOX_WORK_DIR
+toxworkdir = {env:TOX_WORK_DIR:/tmp/v}
 
 [testenv:coala]
 basepython = python3