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

                



          



                 
                    

              
        
                                             


                            
language: python
python:
  - 2.7
  - 3.2
  - 3.3
  - "pypy"
matrix:
  allow_failures:
    - python: 3.2
    - python: 3.3
    - python: "pypy"
notifications:
  email: false
install:
  - "pip install nose nose-cov --use-mirrors"
  - "DESTDIR=. make install"
script:
  - "make test"