summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tasks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks.py b/tasks.py
index 136faa1f..c8470c4e 100644
--- a/tasks.py
+++ b/tasks.py
@@ -32,7 +32,7 @@ def test(ctx):
# process and add verbosity to test debugging.
environ.pop('SSH_AUTH_SOCK', None)
# Run ze tests. Just shell out for now...
- ctx.run("python test.py --verbose")
+ ctx.run("python test.py --verbose", pty=True)
@task
def coverage(ctx):