summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
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 62fe647..c1c1104 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,py35,py36,py37,pypy,pep8,releasenotes
+envlist = py27,py37,pypy,pep8,releasenotes
minversion = 2.0
skipsdist = True
@@ -27,8 +27,8 @@ commands = oslo_debug_helper -t saharaclient/tests/unit {posargs}
basepython = python2.7
commands = oslo_debug_helper -t saharaclient/tests/unit {posargs}
-[testenv:debug-py35]
-basepython = python3.5
+[testenv:debug-py36]
+basepython = python3.6
commands = oslo_debug_helper -t saharaclient/tests/unit {posargs}
[testenv:cover]