Merge branch 'master' of github.com:paramiko/paramiko

This commit is contained in:
Jeff Forcier 2014-01-21 14:00:00 -08:00
commit 5bf9acb312
1 changed files with 4 additions and 1 deletions

View File

@ -5,7 +5,8 @@ python:
install:
# Self-install for setup.py-driven deps
- pip install -e .
script: python test.py --verbose
- pip install coveralls
script: coverage run --source=paramiko test.py --verbose
notifications:
irc:
channels: "irc.freenode.org#paramiko"
@ -15,3 +16,5 @@ notifications:
on_failure: change
use_notice: true
email: false
after_success:
- coveralls