Remove sitepackages=true

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

Change-Id: I383fb390690fde3faa998bd41f17580f6a4a0b12
This commit is contained in:
Monty Taylor 2012-11-23 16:37:55 -08:00
parent 4238a42eda
commit b6a67cb705
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}