X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=robotframework-onap%2Ftox.ini;h=34e0b7e45e4067af5fb4bb83a306d87106345197;hb=refs%2Fheads%2Fmaster;hp=b5062550bbaa7ce48561ae127850088bbcb8506c;hpb=ee796cd26464d78beb559730306a62bf382724d4;p=testsuite%2Fpython-testing-utils.git diff --git a/robotframework-onap/tox.ini b/robotframework-onap/tox.ini index b506255..953b640 100644 --- a/robotframework-onap/tox.ini +++ b/robotframework-onap/tox.ini @@ -12,13 +12,13 @@ deps = install_command = pip install {opts} {packages} [testenv:pep8] -basepython = python3 +basepython = python3.8 changedir = {toxinidir} commands = flake8 --max-line-length 120 {[tox]modules} [testenv:pylint] -basepython = python3 +basepython = python3.8 deps = pyflakes pylint @@ -26,7 +26,7 @@ commands = pylint -f parseable --ignore-imports=y --disable=locally-disabled --max-line-length 120 --exit-zero -ry {[tox]modules} [testenv:py3] -basepython = python3 +basepython = python3.8 commands = nosetests --with-xunit \ --all-modules \ --with-coverage \