1
0
forked from VimPlug/jedi

Add testenv:sith in tox.ini

This commit is contained in:
Takafumi Arakaki
2013-05-24 23:00:43 +02:00
parent 788eeb9bd5
commit a94642b9c0
2 changed files with 9 additions and 0 deletions
+5
View File
@@ -16,3 +16,8 @@ deps =
commands =
coverage run --source jedi -m py.test
coverage report
[testenv:sith]
deps =
argparse
commands =
{envpython} sith.py --record {envtmpdir}/record.json random {posargs:jedi}