Merge "Updated python debug target from 3.4 to 3.5"

This commit is contained in:
Jenkins 2017-01-10 09:39:12 +00:00 committed by Gerrit Code Review
commit a3992814b5
1 changed files with 2 additions and 2 deletions

View File

@ -28,8 +28,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:pep8]