From a3608903db0bf64418b0b4511dafa5f2584ad80e Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 30 Oct 2018 20:35:48 +0100 Subject: Disable py36 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All OPNFV build server doesn't support py36. Change-Id: I79c404d4104d90917cb50e87b545cbc9d7f158ca Signed-off-by: Cédric Ollivier (cherry picked from commit f2d05e9c581df224d61c82f73ade348caaf6d301) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 05d7ebf2..dc07ab01 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 -- cgit 1.2.3-korg