Merge "Added the py35 env"

This commit is contained in:
Jenkins
2017-03-11 11:41:14 +00:00
committed by Gerrit Code Review

View File

@@ -45,8 +45,8 @@ commands = oslo_debug_helper {posargs}
basepython = python2.7
commands = oslo_debug_helper {posargs}
[testenv:debug-py34]
basepython = python3.4
[testenv:debug-py35]
basepython = python3.5
commands = oslo_debug_helper {posargs}
[testenv:migration]