Skip to content

Commit

Permalink
Merge branch 'master' into ecdsa-known-hosts-keys-243
Browse files Browse the repository at this point in the history
Conflicts:
	tasks.py
  • Loading branch information
bitprophet committed Sep 17, 2014
2 parents f45fc10 + f74c7d7 commit 5f0ea8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def test(ctx):
# process and add verbosity to test debugging.
environ.pop('SSH_AUTH_SOCK', None)
# Run ze tests. Just shell out for now...
ctx.run("python test.py --verbose")
ctx.run("python test.py --verbose", pty=True)

@task
def coverage(ctx):
Expand Down

0 comments on commit 5f0ea8f

Please sign in to comment.