diff --git a/.travis.yml b/.travis.yml index d3411088..44fd2b29 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,7 +28,9 @@ jobs: script: - export prometheus_multiproc_dir=$(mktemp -d) - python3 -m pytest --cov=. --cov-report=term-missing:skip-covered + - coverage xml - coveralls + - python-codacy-coverage -r coverage.xml - pip3 install --editable . - python3 -m kqueen & - sleep 2 diff --git a/setup.py b/setup.py index b0794932..0a9ea99f 100644 --- a/setup.py +++ b/setup.py @@ -8,6 +8,7 @@ long_description = ''.join(f.readlines()) test_require = [ + 'codacy-coverage', 'coveralls', 'faker', 'flake8',