python-tuskarclient/.travis.yml
Petr Blaho 81173e7e55 Adds coveralls.io config
Adds coveralls to test-requirements.txt
Adds coveralls to after_success section in .travis.yml
Adds coveralls badge to README.rst
2013-07-09 14:10:42 +02:00

11 lines
227 B
YAML

language: python
python:
- 2.7
install:
- pip install -q -r requirements.txt --use-mirrors
- pip install -q -r test-requirements.txt --use-mirrors
script:
- python setup.py testr --coverage
after_success:
- coveralls