From 152f1268699d7b5f1d2900cf06270d20aa838d60 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Fri, 27 Sep 2013 20:09:41 -0700 Subject: [PATCH] Use verbose test output for travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6896b89..43a4279 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ python: install: # Self-install for setup.py-driven deps - pip install -e . -script: python test.py +script: python test.py --verbose notifications: irc: channels: "irc.freenode.org#paramiko"