1
0
forked from VimPlug/jedi
Files
jedi-fork/tox.ini
David Halter d9ac630633 Merge pull request #140 from tkf/tox-setenv
Set XDG_CACHE_HOME in tox to avoid contaminating ~/.cache
2013-02-24 06:35:13 -08:00

14 lines
226 B
INI

[tox]
envlist = py25, py26, py27, py32
[testenv]
setenv =
XDG_CACHE_HOME={envtmpdir}/cache
commands =
python regression.py
python run.py
python refactor.py
changedir = test
[testenv:py25]
deps =
simplejson