X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=6ee52ef3252e70761832b5e4e282c4d066c9d3a8;hb=9a1b38a6ec1e3ef50e6ace9b94f31b5d057a5a6a;hp=a7c7171094453c70f5b2f088014a03d834fbac8c;hpb=9ce5e069e32179ba8741c271962d96084b40dda6;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