Newer
Older
# http://about.travis-ci.org/docs/user/languages/python/
language: python
python:
- "2.6"
- "2.7"
install:
- pip install pytest-pep8 pytest-cov coveralls responses
- py.test --pep8 mwclient -v --cov mwclient tests
after_success:
- coveralls