diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-10-17 13:44:35 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-10-17 13:45:27 +0200 |
commit | e48a4b2a0785f0c2948e3625cee7d01682b72ffc (patch) | |
tree | 54be16935d904789e675d7225096187e03b725b3 /tox.ini | |
parent | 549c168512fc3a581bc3345383aebe2925aea0dc (diff) |
Update python3 to python3.6
Change-Id: I845f8eb0544dc32febec7a17ac7c05412eb31198
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit afe26643a41820904e9cef8f057a2b18395d562e)
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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] |