diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-09-17 15:05:13 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-09-17 15:05:13 -0700 |
commit | 7091aadbaf0bc2c24e83843f9756a799a48e3d48 (patch) | |
tree | 5dccf2470cafdbf552e612ab39a07bdf01fce122 | |
parent | bade24d2d5b76c3f38bf0310ea8072184ab95b2a (diff) | |
parent | f74c7d76ec2ea9d39a4af6643761b648f81bd266 (diff) |
Merge branch 'master' into 216-int
-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): |