.travis.yml 215 B

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