blob: d24ada394aff4496c77d90a299f1753338e9d7a1 [file] [log] [blame]
sudo: false
language: python
python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
install:
- pip install coveralls tox
script:
- tox -e check-manifest,flake8,py
after_success:
- coveralls