summaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-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"