Replaced python 3.4 to 3.5

Change-Id: I6bffb2de63b0b66d79ebea482850f808e25c891f
This commit is contained in:
iswarya_vakati 2017-03-09 17:50:57 +05:30
parent fe9c622e2d
commit 66cf3f2556
1 changed files with 2 additions and 2 deletions

View File

@ -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]