123456789101112131415
  1. language: python
  2. python:
  3. - "2.5"
  4. - "2.6"
  5. - "2.7"
  6. - "3.2"
  7. - "3.3"
  8. - "pypy"
  9. install:
  10. - python setup.py install
  11. script:
  12. - make test