tox.ini: Change sitepackages to False

To avoid issues with tox, we should use packages installed in the venv
instead of one from local system.

Fix bug #1206947

Change-Id: I8fb2a7c36c92882dc0427706ac7b470a3f3fcf42
This commit is contained in:
Emilien Macchi 2013-07-31 16:56:39 +02:00
parent 5166842a13
commit cd9d4069e4

View File

@ -2,7 +2,7 @@
envlist = py26,py27,py33,pep8
[testenv]
sitepackages = True
sitepackages = False
setenv = VIRTUAL_ENV={envdir}
LANG=en_US.UTF-8
LANGUAGE=en_US:en