From 9c77538747881bb8cb3f6c7b220515cfd6943b92 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Wed, 29 Apr 2015 19:39:04 -0700 Subject: Not sure how this got nuked --- tasks.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tasks.py') 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): -- cgit v1.2.3