diff --git a/.travis.yml b/.travis.yml index 7410d6f..2382fc7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,9 @@ python: - pypy3 install: - pip install --upgrade pytest + - pip install --upgrade pytest-cov script: - - py.test -v test + - py.test --cov-report= --cov=ssh-audit -v test +after_success: + - coveralls