X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=54ca1fefb77f17215ba47ccc42aa95ff3ea2d059;hb=d004be4dc2b28617ff95ff71fe228e0209ae5328;hp=caa11fbe99d74975068912cbd883ac3b56bcba7e;hpb=1ff9df7e724eb0c981aebd5f5b8aa90db0da292b;p=yardstick.git diff --git a/tox.ini b/tox.ini index caa11fbe9..54ca1fefb 100644 --- a/tox.ini +++ b/tox.ini @@ -10,6 +10,12 @@ deps = -rrequirements.txt commands = /bin/bash ./run_tests.sh whitelist_externals = /bin/bash + +[testenv:py27] +# don't re-run coverage on both py27 py3, it takes too long +setenv = + SKIP_COVERAGE=1 + [flake8] # E125 is deliberately excluded. See https://github.com/jcrocholl/pep8/issues/126 # The rest of the ignores are TODOs