.travis.yml 103 B

12345678910111213
  1. language: python
  2. python:
  3. - "2.7"
  4. - "3.2"
  5. - "3.3"
  6. - "3.4"
  7. node_js:
  8. - "0.8"
  9. script: "make"