Update python3 to python3.6 49/63649/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Wed, 17 Oct 2018 11:44:35 +0000 (13:44 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Wed, 17 Oct 2018 11:45:43 +0000 (13:45 +0200)
Change-Id: I845f8eb0544dc32febec7a17ac7c05412eb31198
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit afe26643a41820904e9cef8f057a2b18395d562e)

tox.ini

diff --git a/tox.ini b/tox.ini
index 98df801..b39f2dc 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
 [tox]
-envlist = docs,pep8,pylint,yamllint,bashate,py35,py27,perm,cover
+envlist = docs,pep8,pylint,yamllint,bashate,py36,py27,perm,cover
 skipsdist = True
 
 [testenv]
@@ -41,7 +41,7 @@ files =
 commands =
   yamllint -s {[testenv:yamllint]files}
 
-[testenv:py35]
+[testenv:py36]
 commands = nosetests xtesting/tests/unit
 
 [testenv:bashate]