Merge pull request #140 from tkf/tox-setenv

Set XDG_CACHE_HOME in tox to avoid contaminating ~/.cache
This commit is contained in:
David Halter
2013-02-24 06:35:13 -08:00

View File

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