forked from VimPlug/jedi
14 lines
226 B
INI
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
|