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:
parent
78769e4fbc
commit
4cf51839e4
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user