.travis.yml 162 B

123456789101112131415
  1. language: python
  2. sudo: false
  3. python:
  4. - 2.6
  5. - 2.7
  6. - 3.2
  7. - 3.3
  8. - 3.4
  9. - 3.5
  10. - 3.6
  11. install: python setup.py build_ext -i
  12. script: python run-tests.py