Use verbose test output for travis
This commit is contained in:
parent
bf87cd124d
commit
152f126869
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue