Merge "Support python 3.5 in tox"

This commit is contained in:
Jenkins 2017-01-06 11:02:27 +00:00 committed by Gerrit Code Review
commit d50abc43e2

@ -1,7 +1,7 @@
[tox]
minversion = 2.0
skipsdist = True
envlist = py34,py27,pep8
envlist = py35,py34,py27,pep8
[testenv]
setenv = VIRTUAL_ENV={envdir}
@ -33,6 +33,10 @@ commands = oslo_debug_helper {posargs}
basepython = python3.4
commands = oslo_debug_helper {posargs}
[testenv:debug-py35]
basepython = python3.5
commands = oslo_debug_helper {posargs}
[testenv:pep8]
commands =
flake8 {posargs}