1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-13 22:28:33 +00:00

Add support for coveralls

This commit is contained in:
mcarton 2015-07-09 18:28:09 +02:00
parent 78769e4fbc
commit 4cf51839e4

View File

@ -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