forked from VimPlug/jedi
fix tox problem with sith tests
This commit is contained in:
@@ -20,4 +20,5 @@ commands =
|
|||||||
coverage report
|
coverage report
|
||||||
[testenv:sith]
|
[testenv:sith]
|
||||||
commands =
|
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}
|
{envpython} sith.py --record {envtmpdir}/record.json random {posargs:jedi}
|
||||||
|
|||||||
Reference in New Issue
Block a user