X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=robotframework-onap%2Ftox.ini;h=34e0b7e45e4067af5fb4bb83a306d87106345197;hb=refs%2Fheads%2Fmaster;hp=f7276b448fc74e093be6d21bcb842cb41e9a27e6;hpb=90959e128c419b0f3c0dd51d2ead51918a73b301;p=testsuite%2Fpython-testing-utils.git diff --git a/robotframework-onap/tox.ini b/robotframework-onap/tox.ini index f7276b4..953b640 100644 --- a/robotframework-onap/tox.ini +++ b/robotframework-onap/tox.ini @@ -1,45 +1,37 @@ [tox] -envlist = py3,pep8,pylint,py27 +envlist = pep8,pylint,py3 +distdir = {toxinidir}/dist modules = ONAPLibrary vcpeutils [testenv] -usedevelop = True deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt +install_command = pip install {opts} {packages} [testenv:pep8] -basepython = python3 +basepython = python3.8 changedir = {toxinidir} commands = flake8 --max-line-length 120 {[tox]modules} -install_command = pip3 install {opts} {packages} [testenv:pylint] -basepython = python3 +basepython = python3.8 deps = pyflakes pylint commands = pylint -f parseable --ignore-imports=y --disable=locally-disabled --max-line-length 120 --exit-zero -ry {[tox]modules} -install_command = pip3 install {opts} {packages} [testenv:py3] -basepython = python3 +basepython = python3.8 commands = nosetests --with-xunit \ --all-modules \ --with-coverage \ --cover-tests \ - --cover-package=. \ + --cover-package=ONAPLibrary,vcpeutils \ --cover-xml \ --cover-html \ tests -install_command = pip3 install {opts} {packages} - -[testenv:py27] -basepython = python2.7 -commands = - nosetests --all-modules tests -install_command = pip install {opts} {packages} \ No newline at end of file