Disable site-packages for tox

Change-Id: Ic5cb48951b1031a682adf2c37ee8fdc8615c505d
This commit is contained in:
Russell Bryant 2014-03-31 11:39:40 -04:00
parent 525c1121ec
commit 894723022e
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ minversion = 1.6
skipsdist = True
[testenv]
sitepackages = True
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
install_command = pip install -U {opts} {packages}