aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-10-15 19:10:28 +0200
committerCedric Ollivier <cedric.ollivier@orange.com>2018-10-15 17:33:24 +0000
commit0a2429d7b44ac366a29e88d96ce602d897230fe2 (patch)
tree844da1d47b3afcd36ef2b893c9159f1a42618af8 /tox.ini
parent06a1649e11007ee4d8f61562839cdb58fe0ed783 (diff)
Update python3 to python3.6
It conforms with Alpine 3.8 (It updates the related tox entry). Change-Id: I7ba8e3cf5bae2f48ff5d802511a288446bca645a Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit b51417c9d2e7d34fec7d4bfa4fd723746e6b28e3)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 4fa9db4fa..e9bc4e152 100644
--- 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
[testenv]
usedevelop = True
@@ -98,14 +98,14 @@ files =
commands =
yamllint -s {[testenv:yamllint]files}
-[testenv:py35]
+[testenv:py36]
dirs =
functest/tests/unit/ci
functest/tests/unit/odl
functest/tests/unit/openstack
functest/tests/unit/vnf/epc
functest/tests/unit/utils
-commands = nosetests {[testenv:py35]dirs}
+commands = nosetests {[testenv:py36]dirs}
[testenv:bashate]
basepython = python2.7