diff --git a/tox.ini b/tox.ini index c19064ee..01da6bb6 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,6 @@ envlist = py26,py27,pep8 [testenv] -sitepackages = True setenv = VIRTUAL_ENV={envdir} NOSE_WITH_OPENSTACK=1 @@ -18,7 +17,6 @@ deps = commands = nosetests {posargs} [testenv:tests] -sitepackages = False setenv = VIRTUAL_ENV={envdir} NOSE_WITH_OPENSTACK=1 @@ -34,11 +32,9 @@ commands = nosetests -w tests -x {posargs} setenv = NOSE_WITH_COVERAGE=1 [tox:jenkins] -sitepackages = False downloadcache = ~/cache/pip [testenv:pep8] -sitepackages = False commands = flake8 [testenv:venv]