Use verbose test output for travis
This commit is contained in:
parent
bf87cd124d
commit
152f126869
|
@ -6,7 +6,7 @@ python:
|
||||||
install:
|
install:
|
||||||
# Self-install for setup.py-driven deps
|
# Self-install for setup.py-driven deps
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
script: python test.py
|
script: python test.py --verbose
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels: "irc.freenode.org#paramiko"
|
channels: "irc.freenode.org#paramiko"
|
||||||
|
|
Loading…
Reference in New Issue