Switch func3 environment to Python 3.5
Change-Id: I95943826f8d702466ab50a3f5c16bc147313ad41
This commit is contained in:
parent
1696e193ff
commit
cb8db157e4
2
tox.ini
2
tox.ini
@ -37,7 +37,7 @@ commands =
|
|||||||
python -m ironic_inspector.test.functional
|
python -m ironic_inspector.test.functional
|
||||||
|
|
||||||
[testenv:func3]
|
[testenv:func3]
|
||||||
basepython = python3.4
|
basepython = python3.5
|
||||||
commands =
|
commands =
|
||||||
python3 -m ironic_inspector.test.functional
|
python3 -m ironic_inspector.test.functional
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user