Use verbose test output for travis

This commit is contained in:
Jeff Forcier 2013-09-27 20:09:41 -07:00
parent bf87cd124d
commit 152f126869
1 changed files with 1 additions and 1 deletions

View File

@ -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"