Remove sitepackages=true

We only need this for things that have non-virtualenv-able deps.

Change-Id: I78f85445d9a2e786f058f624b72c86d30066ed44
This commit is contained in:
Monty Taylor 2012-11-23 16:39:45 -08:00
parent 4959423fd1
commit 10ed743bb7
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ setenv = VIRTUAL_ENV={envdir}
NOSE_OPENSTACK_YELLOW=0.025
NOSE_OPENSTACK_SHOW_ELAPSED=1
NOSE_OPENSTACK_STDOUT=1
sitepackages=True
deps = -r{toxinidir}/tools/pip-requires
-r{toxinidir}/tools/test-requires
commands = nosetests {posargs}