From 5a9f8d78407fac7b2b766b333c3e8134921a3242 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Fri, 19 Oct 2018 16:11:59 +0200 Subject: [PATCH] Temporarily disable py36 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Verify servers haven't been updated yet to support py36. Change-Id: Id2999a94f9c2c03432412a4b40a4b3c593aaffb5 Signed-off-by: Cédric Ollivier (cherry picked from commit a78e7647742d23eba2f4bc2585fee3eeaf3547fb) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index b39f2dc7..1c42b1e8 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = docs,pep8,pylint,yamllint,bashate,py36,py27,perm,cover +envlist = docs,pep8,pylint,yamllint,bashate,py27,perm,cover skipsdist = True [testenv] -- 2.16.6