Merge "Remove python3.4 from tox"
This commit is contained in:
commit
d5e72bcef8
10
tox.ini
10
tox.ini
@ -1,6 +1,6 @@
|
||||
[tox]
|
||||
minversion = 1.6
|
||||
envlist = docs,py35,py34,py27,functional,pep8,specs
|
||||
envlist = docs,py35,py27,functional,pep8,specs
|
||||
skipsdist = True
|
||||
|
||||
[testenv]
|
||||
@ -37,10 +37,6 @@ commands =
|
||||
[testenv:functional]
|
||||
setenv = OS_TEST_PATH={toxinidir}/octavia/tests/functional
|
||||
|
||||
[testenv:functional-py34]
|
||||
basepython = python3.4
|
||||
setenv = OS_TEST_PATH={toxinidir}/octavia/tests/functional
|
||||
|
||||
[testenv:functional-py35]
|
||||
basepython = python3.5
|
||||
setenv = OS_TEST_PATH={toxinidir}/octavia/tests/functional
|
||||
@ -52,10 +48,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}
|
||||
|
Loading…
Reference in New Issue
Block a user