diff options
Diffstat (limited to 'tasks.py')
-rw-r--r-- | tasks.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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): |