blob: 1ba771bd21b1bea8a0111704173ce64cca2e0f88 [file] [log] [blame]
language: python
python:
- "2.7"
- "3.4"
- "3.5"
install:
- pip install --quiet coveralls
script:
- nosetests --with-coverage --cover-package=yapf
after_success:
- coveralls