service restart for l2gw
[netvirt.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index f15d569b4d40b283924b8213881279ca33342680..c065e39d3fb5f13f6082381ebd3d2bd693c41bb4 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -8,6 +8,7 @@ basepython = python3
 deps =
     coala==0.11.0
     coala-bears==0.11.0
+    detox~=0.18
     pygments~=2.3.1
     requests~=2.21.0
 commands =
@@ -19,6 +20,7 @@ commands =
     sphinx-build -W -n -b html -d {envtmpdir}/doctrees ./docs/ {envtmpdir}/html
 
 [testenv:pre-commit]
+basepython = python3
 deps = pre-commit
 commands =
     pre-commit install --hook-type commit-msg