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

Add Coveralls.

This commit is contained in:
Andris Raugulis 2016-10-10 13:05:25 +03:00
parent 69436b2c77
commit c58041b97c

View File

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