aboutsummaryrefslogblamecommitdiffstats
path: root/.travis.yml
blob: 00d7190360d3ae2f8dd19017c3fd10796d6a355e (plain) (tree)
1
2
3
4
5
6
7
8
9

                
       
       
       
       


                 
              

                        



                                   
        
                                                 
                             
       
                                                                
language: python
python:
  - 2.7
  - 3.2
  - 3.3
  - 3.4
matrix:
  allow_failures:
    - python: 3.4
notifications:
  email:
    sos-devel@redhat.com
  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"