mirror of
https://github.com/jtesta/ssh-audit.git
synced 2024-11-16 13:35:39 +01:00
Add Coveralls.
This commit is contained in:
parent
69436b2c77
commit
c58041b97c
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user