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:
parent
5166842a13
commit
cd9d4069e4
2
tox.ini
2
tox.ini
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user