mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-31 09:14:21 +08:00
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
|