summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2013-09-27 20:09:41 -0700
committerJeff Forcier <jeff@bitprophet.org>2013-09-27 20:09:41 -0700
commit152f1268699d7b5f1d2900cf06270d20aa838d60 (patch)
tree7ea59315264ebf1edd92ad34e245ea17a0842549
parentbf87cd124d1e973e1ba80de6cba0585d217801d8 (diff)
downloadparamiko-152f1268699d7b5f1d2900cf06270d20aa838d60.tar.gz
Use verbose test output for travis
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 6896b897..43a42798 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"