summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index c725045..cbba436 100644
--- a/tox.ini
+++ b/tox.ini
@@ -23,8 +23,8 @@ commands = oslo_debug_helper -t heatclient/tests {posargs}
basepython = python2.7
commands = oslo_debug_helper -t heatclient/tests {posargs}
-[testenv:debug-py34]
-basepython = python3.4
+[testenv:debug-py35]
+basepython = python3.5
commands = oslo_debug_helper -t heatclient/tests {posargs}
[testenv:pep8]