X-Git-Url: https://gerrit.onap.org/r/gitweb?p=multicloud%2Fframework.git;a=blobdiff_plain;f=multivimbroker%2Ftox.ini;fp=multivimbroker%2Ftox.ini;h=83cf1d9abde3ce4b89306e70069db478058f716a;hp=fe4e065c925fbeee8eaacf1d0cbde79ed743ca46;hb=cba35332711747a9af0f8bf8412f88fadf5e93e3;hpb=1a3b097f8d06be3683a7540610a1540246393215 diff --git a/multivimbroker/tox.ini b/multivimbroker/tox.ini index fe4e065..83cf1d9 100644 --- a/multivimbroker/tox.ini +++ b/multivimbroker/tox.ini @@ -1,11 +1,15 @@ [tox] -envlist = py36,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=