Merge "Remove a py34 environment from tox"

This commit is contained in:
Jenkins 2017-02-08 21:05:11 +00:00 committed by Gerrit Code Review
commit 2c139aa9eb

View File

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