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