tomi77/pyems

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: python

python:
  - 2.7
  - 3.5

install:
  - pip install coveralls

script:
  - coverage run setup.py test

after_success:
  - coveralls