.travis.yml 82 B

12345678910
  1. language: python
  2. python:
  3. - 3.3
  4. - 3.4
  5. - 3.5
  6. script: nosetests
  7. sudo: false