mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-24 22:34:22 +08:00
18 lines
324 B
INI
18 lines
324 B
INI
[tox]
|
|
envlist = py25, py26, py27, py32
|
|
[testenv]
|
|
setenv =
|
|
XDG_CACHE_HOME={envtmpdir}/cache
|
|
deps =
|
|
nose
|
|
commands =
|
|
python regression.py
|
|
python run.py
|
|
python refactor.py
|
|
nosetests --with-doctest --doctest-tests {toxinidir}/jedi
|
|
changedir = test
|
|
[testenv:py25]
|
|
deps =
|
|
simplejson
|
|
{[testenv]deps}
|