.travis.yml 173 B

123456789101112
  1. language: python
  2. python:
  3. - "3.3"
  4. - "3.4"
  5. - "3.5"
  6. install:
  7. - pip install nose2
  8. - pip install coveralls
  9. script:
  10. - nose2 --with-coverage
  11. after_success:
  12. coveralls