Updated python debug target from 3.4 to 3.5

Changing the python debug target in tox.in to use py35 from py34.

Change-Id: Id47dfb229b2397292158a746c6acab1e881b35ec
This commit is contained in:
Tin Lam 2017-01-08 00:43:10 -06:00
parent 9a91e3ba33
commit 8cba334018
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]