Set XDG_CACHE_HOME in tox to avoid contaminating ~/.cache

This commit is contained in:
Takafumi Arakaki
2013-02-24 14:53:53 +01:00
parent 68ace0d05b
commit 679cd05acf

View File

@@ -1,6 +1,8 @@
[tox]
envlist = py25, py26, py27, py32
[testenv]
setenv =
XDG_CACHE_HOME={envtmpdir}/cache
commands =
python regression.py
python run.py