X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tox.ini;h=313f1eca27f3e8c537194b7d99334158d3acfbc9;hb=9008c4f324b368dcd8594b7af76875e9b2720917;hp=822ffdab447bbd33f6bfead2ff17eef5dbff2bd0;hpb=a78ca014513be16e01f43ac070ae040403fe44fe;p=yardstick.git diff --git a/tox.ini b/tox.ini index 822ffdab4..313f1eca2 100644 --- a/tox.ini +++ b/tox.ini @@ -6,6 +6,8 @@ envlist = py{27,3},pep8,functional{,-py3},coverage [testenv] usedevelop=True passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY BRANCH +setenv = + VIRTUAL_ENV={envdir} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt