diff --git a/tox.ini b/tox.ini index 33bcbab..06eb6cc 100644 --- a/tox.ini +++ b/tox.ini @@ -24,8 +24,8 @@ commands = oslo_debug_helper -t meteosclient/tests/unit {posargs} basepython = python2.7 commands = oslo_debug_helper -t meteosclient/tests/unit {posargs} -[testenv:debug-py34] -basepython = python3.4 +[testenv:debug-py35] +basepython = python3.5 commands = oslo_debug_helper -t meteosclient/tests/unit {posargs} [testenv:cover]