Switch to python3 for tox -enodepool
Now that nodepool only support python3, best to test against it. Change-Id: Iaa85c6f7f9d64b03c62e80437822735b6a0fa085 Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
1
tox.ini
1
tox.ini
@@ -101,6 +101,7 @@ changedir = {toxinidir}/nodepool
|
|||||||
commands = env ELEMENTS_DIR=elements dib-lint
|
commands = env ELEMENTS_DIR=elements dib-lint
|
||||||
|
|
||||||
[testenv:nodepool]
|
[testenv:nodepool]
|
||||||
|
basepython = python3
|
||||||
commands =
|
commands =
|
||||||
{toxinidir}/tools/nodepool-validate.sh
|
{toxinidir}/tools/nodepool-validate.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user