Update python3 to python3.6 51/63651/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Wed, 17 Oct 2018 11:48:52 +0000 (13:48 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Wed, 17 Oct 2018 11:48:52 +0000 (13:48 +0200)
It conforms with Alpine 3.8

Change-Id: If384d374224bdc465b68f134e60051d43ef951af
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index 7f7032d..47db3dc 100644 (file)
--- 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 =