From c36be538bccd465409baae6a96229ac5fd89a07a Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Fri, 19 Oct 2018 16:14:01 +0200 Subject: [PATCH] Temporarily disable py36 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Build servers haven't been updated yet to support py36. Change-Id: I05247a7ded6518a558ffd52eb38433c45a5338e4 Signed-off-by: Cédric Ollivier --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 47db3dcb..2510dd41 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 -- 2.16.6