Merge "Drop sitepackages=False from tox.ini"

This commit is contained in:
Jenkins 2013-09-16 20:14:03 +00:00 committed by Gerrit Code Review
commit 909dee171b

View File

@ -16,8 +16,6 @@ setenv = VIRTUAL_ENV={envdir}
commands =
bash -x {toxinidir}/run-tests.sh {posargs}
{toxinidir}/tools/config/check_uptodate.sh
sitepackages = False
downloadcache = {toxworkdir}/_download
[testenv:cover]