aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2018-10-17 16:57:08 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-10-17 16:57:08 +0000
commit48ffb8345740ab3681714e7e9ec202c7a2a542ff (patch)
treea8a2ec58376a7d812427a7b55438df36bbdf53be
parentafe0d4d83fc9b9e4bf9e26f0c976b695ac4eb36d (diff)
parentf3cc990ecf2d94a1ab9bba780038a7cfc83e3225 (diff)
Merge "Update python3 to python3.6" into stable/gambia
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 98df801f..b39f2dc7 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
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]