mirror of
https://github.com/nvbn/thefuck.git
synced 2025-03-20 09:39:01 +00:00
Add support for coveralls
This commit is contained in:
parent
78769e4fbc
commit
4cf51839e4
@ -6,4 +6,8 @@ python:
|
|||||||
install:
|
install:
|
||||||
- python setup.py develop
|
- python setup.py develop
|
||||||
- pip install -r requirements.txt
|
- 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