diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-09-10 14:42:22 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-09-10 14:42:22 -0700 |
commit | bab0ccf1bcd6abb12862782a2dc576d56acf553f (patch) | |
tree | f0472586a86dc2e50bec2f0fde5cc7ac9c35a4dd | |
parent | 9f75ad53bfc11b6a6d1c589452475c3ba6735d60 (diff) | |
parent | 8254f0162b54aff7c0aa4877ceb592bf19e4822b (diff) |
Merge branch '1.13' into 1.14
-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): |