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=1e5437004822e184646d4102467be8b17fb8460a;hpb=b100bc48371a85cdb2d6dd808e2f36088caf7359;p=multicloud%2Fframework.git diff --git a/multivimbroker/tox.ini b/multivimbroker/tox.ini index 1e54370..83cf1d9 100644 --- a/multivimbroker/tox.ini +++ b/multivimbroker/tox.ini @@ -1,12 +1,19 @@ [tox] -envlist = py27,pep8 +envlist = py36,pep8,cover skipsdist = true [tox:jenkins] downloadcache = ~/cache/pip [testenv] -deps = -r{toxinidir}/requirements.txt +basepython = + py36: python3 + pep8: python3 + cover: python3 +deps = + -r{toxinidir}/requirements.txt + -r{toxinidir}/test-requirements.txt + commands = /usr/bin/find . -type f -name "*.py[c|o]" -delete python manage.py test multivimbroker @@ -15,9 +22,9 @@ commands = deps=flake8 commands=flake8 -[testenv:py27] -commands = - {[testenv]commands} +# [testenv:py27] +# commands = +# {[testenv]commands} [testenv:cover] setenv=