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




                

         
         

                        
language: python
python:
  - "2.6"
  - "2.7"
  - "pypy"
  - "3.3"
  - "3.4"
  - "3.5"
script:
    python setup.py test