summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-09-10 14:42:22 -0700
committerJeff Forcier <jeff@bitprophet.org>2014-09-10 14:42:22 -0700
commitbab0ccf1bcd6abb12862782a2dc576d56acf553f (patch)
treef0472586a86dc2e50bec2f0fde5cc7ac9c35a4dd
parent9f75ad53bfc11b6a6d1c589452475c3ba6735d60 (diff)
parent8254f0162b54aff7c0aa4877ceb592bf19e4822b (diff)
Merge branch '1.13' into 1.14
-rw-r--r--tasks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks.py b/tasks.py
index 94bf0aa2..cf43a5fd 100644
--- a/tasks.py
+++ b/tasks.py
@@ -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):