Add Python 3.5 functional tests in tox.ini
Add Python 3.5 functional tests tox envlist, this is needed by python 3.5 functional tests Jenkins job. Change-Id: I1bba877fcc2c1f2140cbbba2bc6e6c20d7972615
This commit is contained in:
parent
0280b36666
commit
1f0ff751b2
12
tox.ini
12
tox.ini
@ -58,6 +58,18 @@ commands =
|
|||||||
find . -type f -name "*.pyc" -delete
|
find . -type f -name "*.pyc" -delete
|
||||||
bash tools/pretty_tox.sh '{posargs}'
|
bash tools/pretty_tox.sh '{posargs}'
|
||||||
|
|
||||||
|
# TODO(gcb) Merge this into [testenv:functional] when functional tests are gating
|
||||||
|
# with python 3.5
|
||||||
|
[testenv:functional-py35]
|
||||||
|
basepython = python3.5
|
||||||
|
usedevelop = True
|
||||||
|
setenv = VIRTUAL_ENV={envdir}
|
||||||
|
OS_TEST_PATH=./nova/tests/functional
|
||||||
|
LANGUAGE=en_US
|
||||||
|
commands =
|
||||||
|
find . -type f -name "*.pyc" -delete
|
||||||
|
bash tools/pretty_tox3.sh '{posargs}'
|
||||||
|
|
||||||
[testenv:api-samples]
|
[testenv:api-samples]
|
||||||
usedevelop = True
|
usedevelop = True
|
||||||
setenv = VIRTUAL_ENV={envdir}
|
setenv = VIRTUAL_ENV={envdir}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user