.travis.yml 175 B

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