X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=6ee52ef3252e70761832b5e4e282c4d066c9d3a8;hb=d9940a1954bf6956b7282174802c8419c6479fec;hp=a7c7171094453c70f5b2f088014a03d834fbac8c;hpb=5e75e0f87249639a6ea2924ac29782c4bb8b3ba5;p=releng%2Fbuilder.git diff --git a/tox.ini b/tox.ini index a7c717109..6ee52ef32 100644 --- a/tox.ini +++ b/tox.ini @@ -29,4 +29,5 @@ commands = flake8 scripts/ *.py commands = python {toxinidir}/check_prefix.py [testenv:robot] -commands = ./check_robot.sh +basepython = python3 +commands = python {toxinidir}/check_robot.py