summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-09-17 15:05:13 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-09-17 15:05:13 -0700
commit7091aadbaf0bc2c24e83843f9756a799a48e3d48 (patch)
tree5dccf2470cafdbf552e612ab39a07bdf01fce122
parentbade24d2d5b76c3f38bf0310ea8072184ab95b2a (diff)
parentf74c7d76ec2ea9d39a4af6643761b648f81bd266 (diff)
downloadparamiko-7091aadbaf0bc2c24e83843f9756a799a48e3d48.tar.gz
Merge branch 'master' into 216-int
-rw-r--r--tasks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks.py b/tasks.py
index 94bf0aa2..cf43a5fd 100644
--- a/tasks.py
+++ b/tasks.py
@@ -28,7 +28,7 @@ www = Collection.from_module(_docs, name='www', config={
# Until we move to spec-based testing
@task
def test(ctx):
- ctx.run("python test.py --verbose")
+ ctx.run("python test.py --verbose", pty=True)
@task
def coverage(ctx):