Replaced python 3.4 to 3.5

Change-Id: I9c2da030f4a262149a4faab5b53058b68817e263
This commit is contained in:
iswarya_vakati 2017-03-09 17:42:15 +05:30
parent 2bc9dcc9c0
commit 8771244722
1 changed files with 2 additions and 2 deletions

View File

@ -29,8 +29,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]