summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2013-09-27 20:09:47 -0700
committerJeff Forcier <jeff@bitprophet.org>2013-09-27 20:09:47 -0700
commit1009b72ed0c7252505586764e0f086492b937311 (patch)
treeb2910c07d6c98ea7f5a02f9ee4754f1a8bf5a28b
parent8b983d9d3d9c91f321c3f18ecc8fa2e9343ce661 (diff)
parentbe68ca1020697bc064013efb933e33a9d03e115c (diff)
Merge branch '1.9' into 1.10
-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"