blob: 5ee289fc717f23281b96ded9dd81086d745223e1 (
plain) (
tree)
|
|
language: python
python:
- 2.7
- 3.3
matrix:
allow_failures:
- python: 3.3
notifications:
email: false
install:
- "pip install nose nose-cov --use-mirrors"
- "python setup.py install"
script:
- "nosetests -v --with-cover --cover-package=sos --cover-html"
|