blob: df06b8a1e90302474125121b3f7bc202e35a8e44 (
plain) (
tree)
|
|
language: python
python:
- 2.7
- 3.4
- 3.5
- "nightly"
matrix:
allow_failures:
- python: 3.5
- python: "nightly"
sudo: false
notifications:
email:
sos-devel@redhat.com
irc:
channels:
- "us.freenode.net#sosreport"
on_success: change
install:
- "pip install six nose nose-cov pep8"
- "python setup.py install"
script:
- "pep8 sos"
- "nosetests -v --with-cover --cover-package=sos --cover-html"
|