From: Cédric Ollivier Date: Fri, 19 Oct 2018 14:14:01 +0000 (+0200) Subject: Temporarily disable py36 X-Git-Tag: opnfv-8.0.0~1 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F65%2F63765%2F1;p=functest-kubernetes.git Temporarily disable py36 Build servers haven't been updated yet to support py36. Change-Id: I05247a7ded6518a558ffd52eb38433c45a5338e4 Signed-off-by: Cédric Ollivier (cherry picked from commit c36be538bccd465409baae6a96229ac5fd89a07a) --- diff --git a/tox.ini b/tox.ini index 1597dc56..7feee926 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = pep8,pylint,yamllint,bashate,py27,py36 +envlist = pep8,pylint,yamllint,bashate,py27 [testenv] usedevelop = True