summaryrefslogtreecommitdiffhomepage
path: root/tasks.py
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2015-04-29 19:39:04 -0700
committerJeff Forcier <jeff@bitprophet.org>2015-04-29 19:39:04 -0700
commit9c77538747881bb8cb3f6c7b220515cfd6943b92 (patch)
treec782d1bcb93d112741a0837831ad55cb7d72956d /tasks.py
parentaaf95ddd52ad7e8524ea6e14532e65c6be836b86 (diff)
Not sure how this got nuked
Diffstat (limited to 'tasks.py')
-rw-r--r--tasks.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/tasks.py b/tasks.py
index c7d28b16..3d575670 100644
--- a/tasks.py
+++ b/tasks.py
@@ -17,6 +17,11 @@ def test(ctx, coverage=False):
ctx.run("{0} test.py {1}".format(runner, flags), pty=True)
+@task
+def coverage(ctx):
+ ctx.run("coverage run --source=paramiko test.py --verbose")
+
+
# Until we stop bundling docs w/ releases. Need to discover use cases first.
@task
def release(ctx):