mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 14:04:26 +08:00
Use nose to run doctests
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -3,11 +3,15 @@ envlist = py25, py26, py27, py32
|
|||||||
[testenv]
|
[testenv]
|
||||||
setenv =
|
setenv =
|
||||||
XDG_CACHE_HOME={envtmpdir}/cache
|
XDG_CACHE_HOME={envtmpdir}/cache
|
||||||
|
deps =
|
||||||
|
nose
|
||||||
commands =
|
commands =
|
||||||
python regression.py
|
python regression.py
|
||||||
python run.py
|
python run.py
|
||||||
python refactor.py
|
python refactor.py
|
||||||
|
nosetests --with-doctest --doctest-tests {toxinidir}/jedi
|
||||||
changedir = test
|
changedir = test
|
||||||
[testenv:py25]
|
[testenv:py25]
|
||||||
deps =
|
deps =
|
||||||
simplejson
|
simplejson
|
||||||
|
{[testenv]deps}
|
||||||
|
|||||||
Reference in New Issue
Block a user