.travis.yml 83 B

1234567
  1. language: python
  2. python:
  3. - "2.7"
  4. script: nosetests
  5. notifications:
  6. email: false