summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-01-21 14:00:00 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-01-21 14:00:00 -0800
commit5bf9acb312e32fe18014453c47d1da465f0a0009 (patch)
tree419efab949fd947225a72aa60568f885f261d842
parent2c7f45c293a92d1ef1f3a2f0440260c101384b45 (diff)
parentb5f00adbaab11d09af73a77d9425f2ae49a70378 (diff)
Merge branch 'master' of github.com:paramiko/paramiko
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 88b69936..c9802a80 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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