summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-09-17 15:04:54 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-09-17 15:04:54 -0700
commit5f0ea8f97a7fe9a4eabb6990038863d57bb65916 (patch)
treeaa0dc7d7d01f344bbfb977ec8adedbb76d9e6800
parentf45fc1077850f5f6f139f9ae41e15ae588d95ad9 (diff)
parentf74c7d76ec2ea9d39a4af6643761b648f81bd266 (diff)
downloadparamiko-ecdsa-known-hosts-keys-243.tar.gz
Merge branch 'master' into ecdsa-known-hosts-keys-243ecdsa-known-hosts-keys-243
Conflicts: tasks.py
-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):