.travis.yml 82 B

123456
  1. language: python
  2. python:
  3. - "2.6"
  4. - "2.7"
  5. script: ./travistests
  6. sudo: required