Merge "Count all active hypervisors"
[functest.git] / tox.ini
diff --git a/tox.ini b/tox.ini
index 2350f17..130e0df 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = docs,pep8,pylint,yamllint,ansiblelint,bashate,bandit,py27,py37,cover
+envlist = docs,pep8,pylint,yamllint,ansiblelint,bashate,bandit,py27,py37,cover,perm
 
 [testenv]
 usedevelop = True
@@ -61,7 +61,7 @@ basepython = python3.7
 commands =
   ansible-lint ansible/site.yml
 
-[testenv:py36]
+[testenv:py37]
 commands = nosetests functest/tests/unit
 
 [testenv:bashate]