1
0
mirror of https://github.com/jtesta/ssh-audit.git synced 2025-04-05 05:00:14 -05:00

Coveralls should be installed.

This commit is contained in:
Andris Raugulis 2016-10-10 13:07:52 +03:00
parent c58041b97c
commit dabbad3afc

View File

@ -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: