blob: 4df8c734fe89ea7d22d322da38b943b220cd06fd [file] [log] [blame]
language: python
python: 2.7
install: pip install tox coverage coveralls
script:
- tox
# Combine all the coverage reports from the different tox envs:
- coverage combine
- coverage report --show-missing
after_success:
- coveralls
notifications:
email: false