1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-19 04:21:14 +00:00

#284 Add coveralls support

This commit is contained in:
nvbn 2015-07-19 21:57:19 +03:00
parent 5187bada1b
commit cf3dca6f51
2 changed files with 6 additions and 2 deletions

View File

@ -6,4 +6,8 @@ python:
install:
- pip install -r requirements.txt
- python setup.py develop
script: py.test -v
- pip install coveralls
script:
- export COVERAGE_PYTHON_VERSION=python-${TRAVIS_PYTHON_VERSION:0:1}
- coverage run --source=thefuck,tests -m py.test -v
after_success: coveralls

View File

@ -1,4 +1,4 @@
# The Fuck [![Build Status](https://travis-ci.org/nvbn/thefuck.svg)](https://travis-ci.org/nvbn/thefuck)
# The Fuck [![Build Status](https://travis-ci.org/nvbn/thefuck.svg)](https://travis-ci.org/nvbn/thefuck) [![Coverage Status](https://coveralls.io/repos/nvbn/thefuck/badge.svg?branch=master&service=github)](https://coveralls.io/github/nvbn/thefuck?branch=master)
**Aliases changed in 1.34.**