#284 Add coveralls support
This commit is contained in:
+5
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user