Explicitly set downloadcache in tox.ini.

The latest tox 1.4.3 requires the user to explicitly set downloadcache
options.

Fixed bug 1185393.

Change-Id: Iacb63df40147b89b0eb16acd8b750951cbbce204
This commit is contained in:
Lianhao Lu 2013-05-29 19:50:35 +08:00
parent e7c86e3977
commit b20d4ea955

View File

@ -11,6 +11,7 @@ commands =
bash tools/init_testr_if_needed.sh
python setup.py testr --slowest --testr-args='--concurrency=1 --here=nova_tests {posargs}'
sitepackages = False
downloadcache = {toxworkdir}/_download
[testenv:cover]
setenv = VIRTUAL_ENV={envdir}