.travis.yml 374B

1234567891011121314151617181920212223
  1. language: python
  2. python:
  3. - "2.6"
  4. - "2.7"
  5. - "3.2"
  6. - "3.3"
  7. - "3.4"
  8. - "pypy"
  9. before_install:
  10. - pip --quiet install docutils
  11. - pip --quiet install Pygments==1.6
  12. - pip --quiet install "coverage<4"
  13. - coverage --version
  14. - sudo apt-get update
  15. - sudo apt-get --quiet=2 install patchutils
  16. install:
  17. - python setup.py --quiet install
  18. script:
  19. - make test