X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=multivimbroker%2Ftox.ini;h=83cf1d9abde3ce4b89306e70069db478058f716a;hb=refs%2Fchanges%2F48%2F96448%2F1;hp=ef0387e7d3ac94fef48bf28e223f4a1e7b53163d;hpb=4f42374df7a9f7d0acf7c4465d0cb3c6413cabdb;p=multicloud%2Fframework.git diff --git a/multivimbroker/tox.ini b/multivimbroker/tox.ini index ef0387e..83cf1d9 100644 --- a/multivimbroker/tox.ini +++ b/multivimbroker/tox.ini @@ -1,11 +1,15 @@ [tox] -envlist = py27,pep8 +envlist = py36,pep8,cover skipsdist = true [tox:jenkins] downloadcache = ~/cache/pip [testenv] +basepython = + py36: python3 + pep8: python3 + cover: python3 deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt @@ -18,9 +22,9 @@ commands = deps=flake8 commands=flake8 -[testenv:py27] -commands = - {[testenv]commands} +# [testenv:py27] +# commands = +# {[testenv]commands} [testenv:cover] setenv=