fix tox problem with sith tests

This commit is contained in:
David Halter
2013-09-04 21:31:48 +04:30
parent d483143d47
commit 1c75ced693

View File

@@ -20,4 +20,5 @@ commands =
coverage report
[testenv:sith]
commands =
{envpython} -c "import os; a='{envtmpdir}'; os.path.exists(a) or os.makedirs(a)"
{envpython} sith.py --record {envtmpdir}/record.json random {posargs:jedi}