mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
add docopt to tox
This commit is contained in:
4
tox.ini
4
tox.ini
@@ -3,6 +3,8 @@ envlist = py26, py27, py32, py33
|
|||||||
[testenv]
|
[testenv]
|
||||||
deps =
|
deps =
|
||||||
https://bitbucket.org/hpk42/pytest/get/c4f58165e0d4.zip
|
https://bitbucket.org/hpk42/pytest/get/c4f58165e0d4.zip
|
||||||
|
# docopt for sith doctests
|
||||||
|
docopt
|
||||||
commands =
|
commands =
|
||||||
py.test []
|
py.test []
|
||||||
[testenv:py26]
|
[testenv:py26]
|
||||||
@@ -17,7 +19,5 @@ commands =
|
|||||||
coverage run --source jedi -m py.test
|
coverage run --source jedi -m py.test
|
||||||
coverage report
|
coverage report
|
||||||
[testenv:sith]
|
[testenv:sith]
|
||||||
deps =
|
|
||||||
argparse
|
|
||||||
commands =
|
commands =
|
||||||
{envpython} sith.py --record {envtmpdir}/record.json random {posargs:jedi}
|
{envpython} sith.py --record {envtmpdir}/record.json random {posargs:jedi}
|
||||||
|
|||||||
Reference in New Issue
Block a user