diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2013-09-27 20:09:51 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2013-09-27 20:09:51 -0700 |
commit | 68cad65bb2f245e29476003493e86a7d8a801df5 (patch) | |
tree | 35eae83c511756df81f4bc79adf7d42564fcca38 | |
parent | e1851788768b5132181690e5ab03d4d65c466e42 (diff) | |
parent | 1009b72ed0c7252505586764e0f086492b937311 (diff) |
Merge branch '1.10' into 1.11
-rw-r--r-- | .travis.yml | 2 |
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" |