From 1c75ced693219d6bac958ddb0482aaf7d2102d53 Mon Sep 17 00:00:00 2001 From: David Halter Date: Wed, 4 Sep 2013 21:31:48 +0430 Subject: [PATCH] fix tox problem with sith tests --- tox.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/tox.ini b/tox.ini index 29b28ecd..06593b91 100644 --- a/tox.ini +++ b/tox.ini @@ -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}