Drop sitepackages=False from tox.ini

This never made sense, the default is False anyway. But distros
specifically patch tox.ini with sitepackages=True to test their packages
instead of stuff fetched from PyPI. Specifically settings this to it's
default only makes ditros life worse.

Change-Id: I3cbdc416c5114b49bc0b6a4b125c75c53eec23dd
This commit is contained in:
Sascha Peilicke 2013-09-16 16:58:25 +02:00
parent 819f98fc8c
commit 25aa531f84

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]