blob: d8eb162426e914322fe56e9fbf294a571c70727a (
plain) (
tree)
|
|
language: python
python:
- 2.7
- 3.3
notifications:
email: false
irc:
channels:
- "us.freenode.net#sosreport"
on_success: change
install:
- "pip install six nose nose-cov --use-mirrors"
- "python setup.py install"
script:
- "nosetests -v --with-cover --cover-package=sos --cover-html"
|