diff --git a/.travis.yml b/.travis.yml index c14b697a..9aae4afe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,8 @@ python: install: - python setup.py develop - pip install -r requirements.txt -script: py.test -v + - pip install coveralls +script: + coverage run --source=thefuck,tests -m py.test -v +after_success: + coveralls