From 7ba6bd70595d10b9825090337f6d4a75f2d7c51e Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 17 Oct 2018 13:48:52 +0200 Subject: Update python3 to python3.6 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It conforms with Alpine 3.8 Change-Id: If384d374224bdc465b68f134e60051d43ef951af Signed-off-by: Cédric Ollivier (cherry picked from commit 083f45c9058f3e6e043d7224d14f5d0b5ff7bb41) --- tox.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index bc0a4c13..05d7ebf2 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = pep8,pylint,yamllint,bashate,py27,py35 +envlist = pep8,pylint,yamllint,bashate,py27,py36 [testenv] usedevelop = True @@ -38,6 +38,9 @@ files = commands = yamllint {[testenv:yamllint]files} +[testenv:py36] +commands = nosetests functest_kubernetes + [testenv:bashate] basepython = python2.7 files = -- cgit 1.2.3-korg