Use nose to run doctests

This commit is contained in:
Takafumi Arakaki
2013-02-26 10:25:16 +01:00
parent 20e5a6adea
commit 668be37089

View File

@@ -3,11 +3,15 @@ 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}