Add coveralls.
This commit is contained in:
parent
a7ea04842e
commit
5c5bf6e844
|
@ -5,7 +5,8 @@ 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 --verbose
|
- pip install coveralls
|
||||||
|
script: coverage run --source=paramiko test.py --verbose
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels: "irc.freenode.org#paramiko"
|
channels: "irc.freenode.org#paramiko"
|
||||||
|
@ -15,3 +16,5 @@ notifications:
|
||||||
on_failure: change
|
on_failure: change
|
||||||
use_notice: true
|
use_notice: true
|
||||||
email: false
|
email: false
|
||||||
|
after_success:
|
||||||
|
- coveralls
|
||||||
|
|
Loading…
Reference in New Issue