diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-10-17 13:48:52 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-10-17 13:49:35 +0200 |
commit | da3b9ad5cd00cb401d082075320dcb0d1a2acd0b (patch) | |
tree | 7fbb73e8f5fd00231b65bccb31b8fdba7b1863a8 | |
parent | 6a12ea1e28221f7e7ae3664d20f802cb71885c1d (diff) |
Update python3 to python3.6
It conforms with Alpine 3.8
Change-Id: If384d374224bdc465b68f134e60051d43ef951af
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 083f45c9058f3e6e043d7224d14f5d0b5ff7bb41)
-rw-r--r-- | tox.ini | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 = |